dart_periphery 0.8.14-beta copy "dart_periphery: ^0.8.14-beta" to clipboard
dart_periphery: ^0.8.14-beta copied to clipboard

outdated

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.14-beta 2021-03-11 #

  • MPU6060 support - Six-Axis (Gyro + Accelerometer) sensor
  • Update README.md

0.8.12-beta 2021-03-09 #

0.8.11-beta 2021-03-05 #

  • Update FFI code - simplify code
  • Fix PWM.disable()
  • Fix GPIO.pollMultiple())

0.8.10-beta 2021-03-04 #

  • Switch to Dart 2.12.0 and ffi: ^1.0.0
  • Update dart_periphery 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 #

0.8.6-beta 2021-02-24 #

  • Improve documentation

0.8.5-beta 2021-02-21 #

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.
48
likes
0
pub points
82%
popularity

Publisher

verified publisherflutterdev.at

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).

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

ffi, path, pedantic, process, system_info

More

Packages that depend on dart_periphery