Skip to content

GiggleBot MicroPython Firmware v0.3.0

Compare
Choose a tag to compare
@RobertLucian RobertLucian released this 18 Jan 20:16
· 24 commits to develop since this release
  • Reduce the size of the firmware by removing the compass (~14KB) and the SPI (~2.1KB) modules to make room for the other DI Sensors, thus gaining a total of ~16KB.
  • Update version of micropython from upstream (nothing too serious).
  • Add thp.py and lightcolor.py modules for the Temperature Humidity Pressure Sensor and respectively the Light and Color Sensor.
  • Update the documentation according to the latest changes.