dart_periphery 0.8.11-beta dart_periphery: ^0.8.11-beta copied to clipboard
dart_periphery is a Dart port of the native c-periphery library for Linux Peripheral I/O (GPIO, LED, PWM, SPI, I2C, MMIO and Serial peripheral I/O).
0.8.11-beta 2021-03-05 #
- Update FFI code
- Fix PWM.disable()
- Fix PollMultipleEvent GPIO.pollMultiple(List
0.8.10-beta 2021-03-04 #
- Switch to Dart 2.12.0 and ffi: ^1.0.0
- Update source to null safety
- Fix example.dart problem
- Fix GPIO.sysfs
0.8.9-beta 2021-02-29 #
- Fix SPI.openAdvanced2()
- Fix I2C.readBytes()
- Add first version of MPU6050 support
- Extend ByteBuffer class
- Improve BME280 class
0.8.8-beta 2021-02-28 #
- Add correct exception for loading native libraries inside flutter-pi
- Update README.md for flutter-pi
0.8.7-beta 2021-02-24 #
- Release MMIO (Memory Mapped I/O) support.
0.8.6-beta 2021-02-24 #
- Improve documentation
0.8.5-beta 2021-02-21 #
- Add example/spi_loopback.dart
- Fix SPI transfer() implementation.
0.8.4-beta 2021-02-19 #
- Add expansion hat support for BakeBit (Friendly Arm), Grove Base Hat and Grove Pi Plus.
0.8.3-beta 2021-02-18 #
- Add SHT31 sensor support - temperature and humidity.
- Fix BME280 problem - wrong values for pressure and humidity due the last error.
- Fix i2c writeXXXReg implementation.
0.8.0-beta 2021-02-14 #
- Release SPI support.
- BME280/BMP280 sensor support - temperature, pressure and humidity (BME280 only).
0.7.6-beta 2021-02-09 #
- Fix C linker problem with periphery_version_info().
0.7.5-beta 2021-02-09 #
- Update pupspec.yaml, solve linter error and warnings.
- Release PWM support.
0.7.1-beta 2021-02-07 #
- Update pupspec.yaml, solve linter error and warnings.
- Add method getCperipheryVersion().
0.7.0-beta 2021-02-06 #
- Initial development release.