Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.