Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/leonidas-from-xiv/ocaml-wiringpi

Binding to the WiringPi library
https://github.com/leonidas-from-xiv/ocaml-wiringpi

hacktoberfest ocaml raspberry raspberry-pi raspberrypi wiringpi

Last synced: 3 months ago
JSON representation

Binding to the WiringPi library

Awesome Lists containing this project

README

        

WiringPi for OCaml
==================

A binding for the [WiringPi](http://wiringpi.com/) library for
[OCaml](http://ocaml.org/).

Build
-----

You need to have [OASIS](http://oasis.forge.ocamlcore.org/), the best way to
get it is to use [OPAM](http://opam.ocaml.org/).

```sh
oasis setup
ocaml setup.ml -configure
ocaml setup.ml -build
```