An OCaml library that provides access to Linux hardware interfaces, including GPIO, I2C, and other peripherals, making it easier to develop embedded systems from userspace.
Base
- Sysfs
- GPIO
- Interrupts
- I2C
- 1Wire
Drivers
- ssd1306
Installation of latest development version.
$ opam pin https://github.com/dx3mod/emlin.git
See examples/
.
See HACKING.md if you are interested in developing the project.