C++ and PERL Hardware Abstraction Library
Library of C++/PERL objects providing a high-level abstraction of the BeagleBone peripherals
For example, to use pin P8[3] as an input with a pull-down, you normally have to:
Still with me? Bonelib makes it as simple as:
BeagleBone::gpio* inp = BeagleBone::gpio::P8(3); inp->configure(BeagleBone::pin::IN, BeagleBone::pin::PD); unsigned char val = inp->get(); voila!
Find the full user documentation at http://sourceforge.net/p/bonelib/wiki/Home/ |
Tags:
Projected created on: Mon Oct 01 2012 16:55:34 GMT-0000 (UTC)
Submitted by: janick-bergeron.myopenid.com
Last updated on: Wed Oct 03 2012 15:01:43 GMT-0000 (UTC)