Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/leonidas-from-xiv/ocaml-wiringpi
- Owner: Leonidas-from-XIV
- License: other
- Created: 2014-11-16T10:00:27.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-09-08T14:50:10.000Z (over 3 years ago)
- Last Synced: 2024-04-14T22:16:57.338Z (9 months ago)
- Topics: hacktoberfest, ocaml, raspberry, raspberry-pi, raspberrypi, wiringpi
- Language: OCaml
- Homepage:
- Size: 184 KB
- Stars: 13
- Watchers: 8
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: COPYING
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
```