BeagleBone GPIO Save

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

Project README

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
Open Source Agenda is not affiliated with "BeagleBone GPIO" Project. README Source: ehayon/BeagleBone-GPIO
Stars
43
Open Issues
3
Last Commit
11 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating