rpi_i2c 0.3.1 rpi_i2c: ^0.3.1 copied to clipboard
rpi_i2c is a Dart library for using I2C on the Raspberry Pi.
Changelog #
0.3.1 #
- add I2C readWord API
- add TSL2561 Ambient Light Sensor (Grove Light Sensor v1.1) example
0.3.0 #
- migrate to null safety
0.2.0 #
- rename
build_lib
tobuild_native
- loosen SDK requirements to allow execution on older Rasberry Pi models
- update readme
- update build script to work on Windows
0.1.1 #
- Add I2C readBytes support
- Add TTP229 touchpad example
- Add travic CI analysis
- Update readme and fix example code
0.1.0 #
- Initial implementation