Implements a framework for device drivers for use on the Arduino.
The traditional role of device drivers as an abstraction layer is a very useful one and can be applied in the Arduino environment to bundle device access into a logical, standard, easy to access API. Each device driver includes methods for open, read, write, and close of logical unit instances that represent target device instances. The target device can be physical, virtual, or a combination of the two.
Filename | Release Date | File Size |
---|---|---|
Luni-0.9.1.zip | 2016-06-16 | 85.98 KiB |
Luni-0.9.0.zip | 2016-06-13 | 85.98 KiB |
Luni-0.8.0.zip | 2016-06-07 | 69.89 KiB |
Luni-0.1.0.zip | 299.23 KiB |