rpi_i2c 0.4.0 rpi_i2c: ^0.4.0 copied to clipboard
rpi_i2c is a Dart library for using I2C on the Raspberry Pi.
Changelog #
0.4.0 #
- convert code to use dart:ffi
- add
platforms
to pubspec indicating only Linux is supported - tested on RPi 4 with Dart 2.12, 2.13, 2.18
0.3.1 #
- add I2C readWord API
- add TSL2561 Ambient Light Sensor (Grove Light Sensor v1.1) example
- tested on RPi 4 with Dart 2.12, 2.13
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