flutter_packages icon indicating copy to clipboard operation
flutter_packages copied to clipboard

Support linux GPIO v2 API

Open ardera opened this issue 3 years ago • 0 comments

The linux kernels GPIO interface changed in version 5.10. A new version of the interface was introduced and the old one deprecated. The new interface is functionally backwards compatible to the old one (but not ABI-compatible) but introduces some new features that may be useful, for example, no more differentiation between a requested line and an event line (so we can possibly reconfigure a line requested as input to a line that's listening on some signal edges now).

ardera avatar Apr 15 '21 15:04 ardera