Small library for reading from GPIO pins and writing to GPIO pins which are located on the expansion bus on BeagleBoard
-
install GPIO library
$ make install
-
make example_read & example_write
make example
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