firmata 0.3.1
firmata: ^0.3.1 copied to clipboard
Dart Implementation of Firmata
0.3.1 #
- Update dependencies for SDK 1.9.1
- Use async/await
0.3.0 #
- Firmata now works with chrome serial api.
0.2.1 #
- Fix bugs
- Extract classes to
gpio_commons
0.2.0 #
- Remove type on Futures
- Update install script
0.1.3 #
- Servo-motor support
- reset
0.1.2 #
- Modify build script
0.1.1 #
- Analog read
0.1.0 #
- Factory method to provide board instance
- Detect Arduino Board
- Analog write
0.0.1 #
- Add a install script to build serial_port if necessary
- Connection to arduino board
- Digital read/write