:mod:`thingz` ============= .. py:module:: thingz .. autoapi-nested-parse:: Thingz module Used to access Galaxia's internal component .. py:data:: button_a :annotation: :Button Galaxia's button A This object is an instance of `Button` .. py:data:: button_b :annotation: :Button Galaxia's button B This object is an instance of `Button` .. py:data:: touch_n :annotation: :ButtonTouch Galaxia's touch button North This object is an instance of `ButtonTouch` .. py:data:: touch_s :annotation: :ButtonTouch Galaxia's touch button South This object is an instance of `ButtonTouch` .. py:data:: touch_e :annotation: :ButtonTouch Galaxia's touch button Est This object is an instance of `ButtonTouch` .. py:data:: touch_w :annotation: :ButtonTouch Galaxia's touch button West This object is an instance of `ButtonTouch` .. py:data:: led :annotation: :Led Galaxia's RGB LED This object is an instance of `Led` .. py:data:: accelerometer :annotation: :Accel Galaxia's accelerometer This object is an instance of `Accel` .. py:data:: compass :annotation: :Compass Galaxia's magnetometer This object is an instance of `Compass` .. py:data:: sound :annotation: :Sound Galaxia's jack connector This object is an instance of `Sound` .. py:data:: radio :annotation: :Radio Galaxia's wireless communication This object is an instance of `Radio` .. py:data:: display :annotation: :thingz_display.Display Used to drive the LCD screen of the Galaxia. This object is an instance of `thingz_display.Display`. .. py:function:: temperature() -> int :return: the current temperature by reading internal sensor. :rtype: int .. py:function:: set_temperature_offset(offset: int) -> None Calibrate internal temperature sensor by applying an offset