Have you ever dreamed of building your own cluster? Running your own service on your own machines? Now with ARM boards it is possible! You don't need much space or excessive amount of money. In this article you may see how I did it and how to control power of each ARM device separately.
Tag Archives: BeagleBoneBlack
#BeagleBone Black C++ GPIO library for beginners
In this short article I present a C++ library for GPIO handling on BeagleBone Black. It consists of method which translates between pin head names and pin numbers, it also keeps track of export/unexport operations (some of pins are used by default).