The CircuitPython_CLUE_Cutebot (CCC) library has had it first major overhaul. The code has been condensed and made more efficient.
VERSION 2.0 changes:
- The modified Adafruit_CLUE library has been absorbed into the Cutebot library.
- The Cutebot library has been transformed into a single python class rather than a group of functions.
- Sensor functions names have been changed to conform with other similar libraries by Adafruit. For example:
cutebot.getSonar()
is nowcutebot.sonar
- The i2c connection is established from within the cutebot class.
- Most of the step-by-step comments have been removed.
- Code has been condensed and improved where possible.
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.