Releases: ICE9-Robotics/isotope_firmware
Releases · ICE9-Robotics/isotope_firmware
Release list
v1.1.0
Firmware v1.1.0
Two new Arduino libraries are required for this firmware version:
Improvements
- added support for list type value for
setcommands - the
setcommand ofMotor_stepis now non-blocking. - the
getcommand ofTemp_sensoris now non-blocking. - added Servo library for PWM ports.
- simplified the
setcommand for RGB lights, thanks to the support for list type values.
Other changes
- reduced serial timeout to 50 ms instead of the default 1 s to reduce hanging up time due to non-json packets.
- improved code readability.
- improved code efficiency.