Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 527 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 527 Bytes

libpifacecad

A simple library for controlling PiFace Control and Display. See example.c for example usage.

Documentation

http://piface.github.io/libpifacecad

Build the docs with:

$ git clone https://github.com/piface/libpifacecad.git
$ cd libpifacecad/docs/
$ doxygen pifacecad-doc.conf

To view as HTML, point your browser to libpifacecad/docs/html/index.html.

To view as PDF:

$ cd latex/
$ make

The pdf is called refman.pdf.