eklex / GPIOlib

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GPIO Library

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

Make

//install GPIO library make install

//make example_read & example_write make example

Example of usage

For example reading of usage see example_read.c file and for writting see example_write.c

./example_read ./example_write

(c) 2011 mr.Shu

About

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

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 100.0%