clj-firmata 1.1.0
peterschwarz
released this
16 Apr 21:30
·
144 commits
to develop
since this release
Additional Features:
- added
reset-board!
to send the reset command to the board - added
version
andfirmware
- added
firmata.shift
for operating with shift registers - added
arduino-map
,arduino-constrain
andto-voltage
tofirmata.utils
Enhancements
- On opening the board, the version and firmware are read off the serial port and saved to the board state. This allows the board to "settle" and then all messages sent to the board are properly accepted.