Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dx3mod/emlin
Embedded Linux programming in OCaml
https://github.com/dx3mod/emlin
Last synced: about 2 months ago
JSON representation
Embedded Linux programming in OCaml
- Host: GitHub
- URL: https://github.com/dx3mod/emlin
- Owner: dx3mod
- License: mit
- Created: 2024-10-04T19:26:53.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-10-20T17:54:03.000Z (3 months ago)
- Last Synced: 2024-10-20T21:42:38.071Z (3 months ago)
- Language: OCaml
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Emlin
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
- [X] GPIO
- [ ] Interrupts
- [X] I2C
- [ ] 1Wire**Drivers**
- [ ] ssd1306## Installation
Installation of latest development version.
```console
$ opam pin https://github.com/dx3mod/emlin.git
```## Usage
See [`examples/`](./examples/).
## Contribution
See [HACKING.md](./HACKING.md%20) if you are interested in developing the project.