package wiringpi
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  WiringPi for OCaml, low level Raspberry Pi hardware access
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      ocaml-wiringpi-0.0.1.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=45b5134b451ad75f585fdb361c94fbc5e587d8d38132a4b41402862147e6c119
    
    
  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)
- 
  
    ocamlbuild
  
  
    build
- ocamlfind
- 
  
    ocaml
  
  
    < "5.0.0"
Dev Dependencies
None
Used by
None
Conflicts
None
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page