Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ratfink/libbone
A library for working with the BeagleBone in C
https://github.com/ratfink/libbone
Last synced: 26 days ago
JSON representation
A library for working with the BeagleBone in C
- Host: GitHub
- URL: https://github.com/ratfink/libbone
- Owner: Ratfink
- License: other
- Created: 2012-05-10T18:15:53.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-05-24T23:35:59.000Z (over 11 years ago)
- Last Synced: 2024-11-12T12:04:50.626Z (3 months ago)
- Language: C
- Homepage:
- Size: 176 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
libbone
=======A library for working with the BeagleBone in C
Goals
-----To create a useful library capable of manipulating GPIOs, reading and changing
mux settings, and perhaps in the future using other interfaces such as UART,
SPI, and I2C. It may contain functionality for working with various
special-purpose hardware such as graphic displays and thermal printers
eventually. The API will _not_ be copied from Arduino. I don't really know
why people are so in love with that particular API, so plan on making libbone
use a new API of its own. Arduino doesn't have all these crazy pin mux
settings (does it? It can't have this many), so if I didn't make my own API it
would probably be like trying to fit a square peg into a round hole.