I've been playing with I/O ports in Javascript, that works fine, but basically I'm a C programmer. I want to do the same, read a sensor and turn things on & off with the beaglebone using C. The only information I've found so far is a wiki about embedded C that references a header file, iohw.h that makes it all possible, but which doesn't exist within the C compiler in the Angstrom or Debian distributions. Shall I assume that what I want to do cannot be done in C on the beaglebone? A standard ansi C manual has nothing on the topic for obvious reasons, and if there's any documentation for the beaglebone's C compiler it has escaped my searches so far. Can this be done, and if so, what is the function to write a bit to gpio44 or read a bit from gpio46?