- fix docs for
GpioChip.label
GpioLine.onEvent
is now a broadcast (not single subscription) stream- example was updated to include some gotchas with this single subscription stream
- fix a bug with closing event lines
- switch to using FFI
- libgpiod is no longer required, the interface accesses the GPIO character devices directly using ioctls
- a lot of stuff has been made synchronous
- add a sub-project for generating the FFI bindings ("bindings_generator")
- update the examples for the new API
- fix some documentation
- tested on ARM32, should work on other 32-bit and 64-bit linux platforms as well (untested though)
- Removed link in
pubspec.yaml
because it wasn't working.
- Format sources
- Better description in
pubspec.yaml
- Fix
README.md
- Initial release.