dart_periphery 0.8.0-beta
dart_periphery: ^0.8.0-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.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.