:mod:`thingz` ============= .. py:module:: thingz .. autoapi-nested-parse:: Thingz module Used to access Galaxia's internal component .. toctree:: :maxdepth: 2 thingz_accel/index.rst thingz_button/index.rst thingz_button_touch/index.rst thingz_display/index.rst thingz_led/index.rst thingz_log/index.rst thingz_radio/index.rst thingz_sound/index.rst .. py:data:: button_a :type: Button Galaxia's button A This object is an instance of `Button` .. py:data:: button_b :type: Button Galaxia's button B This object is an instance of `Button` .. py:data:: touch_n :type: ButtonTouch Galaxia's touch button North This object is an instance of `ButtonTouch` .. py:data:: touch_s :type: ButtonTouch Galaxia's touch button South This object is an instance of `ButtonTouch` .. py:data:: touch_e :type: ButtonTouch Galaxia's touch button Est This object is an instance of `ButtonTouch` .. py:data:: touch_w :type: ButtonTouch Galaxia's touch button West This object is an instance of `ButtonTouch` .. py:data:: led :type: Led Galaxia's RGB LED This object is an instance of `Led` .. py:data:: accelerometer :type: Accel Galaxia's accelerometer This object is an instance of `Accel` .. py:data:: compass :type: Compass Galaxia's magnetometer This object is an instance of `Compass` .. py:data:: sound :type: Sound Galaxia's jack connector This object is an instance of `Sound` .. py:data:: radio :type: Radio Galaxia's wireless communication This object is an instance of `Radio` .. py:data:: display :type: Display Galaxia's LCD display This object is an instance of `Display` .. py:data:: log :type: Log Save data to Galaxia memory This object is an instance of `Log` .. 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