package wiringpi

  1. Overview
  2. No Docs
WiringPi for OCaml, low level Raspberry Pi hardware access

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-wiringpi-0.0.1.tar.gz
md5=46076ba8b12691c6a366189de0f86613

Description

WiringPi is a library that allows easy, Arduino-like access to hardware functionality (GPIO pins mostly) of the Raspberry Pi minicomputer. That library is written in C so what this package does is to provide a simple interface to use the C library from OCaml. The API is unchanged (even the capitalization) to provide an interface which is as similar as possible to the code that it is based upon.

Please note that you need to install the WiringPi library first, as it is not included in this package. Otherwise compilation will fail.

Published: 13 Jul 2014

Dependencies (3)

  1. ocamlbuild build
  2. ocamlfind
  3. ocaml < "5.0.0"

Dev Dependencies

None

Used by

None

Conflicts

None