Skip to content

A GPIO library for the BeagleBone and Raspberry Pi embedded linux boards

License

Notifications You must be signed in to change notification settings

SamClarke2012/BeagleBone-GPIO

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPIO Library for BeagleBone

high performance I/O

Currently implemented functions:

int init(); /*!< mmap /dev/mem into memory */
int pinMode(PIN pin, unsigned char direction, unsigned char mux,
unsigned char pull);
int digitalWrite(PIN p, uint8_t mode);
int digitalRead(PIN p);
int analogRead(PIN p);

TODO:

  • PWM

About

A GPIO library for the BeagleBone and Raspberry Pi embedded linux boards

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.5%
  • Makefile 2.5%