/GPIOlib

Small library for reading from and writing to GPIO pins on BeagleBoard

Primary LanguageCBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

GPIO Library

Small library for reading from GPIO pins and writing to GPIO pins which are located on the expansion bus on BeagleBoard

Installation

  • install GPIO library

    $ make install

  • make example_read & example_write

    make example

Example of usage

For an example on reading and writing from and to GPIO pins see example_read.c and example_write.c, respectively.

$ ./example_read

$ ./example_write

(c) 2011 mr.Shu