All Stories

Implementation of the BUTTON Class for BeagleBone Black

In this post, I show a Button C++ class implementation in order to read an attached button to a GPIO pin in the BeagleBone Black. The public methods written in...

Flashing a pair of LEDs with the BeagleBone Black

In this post, I will show you how to make a flashing on a pair of LEDs, i.e., turn on and off a Led but with a different duration between...

Blinking a pair of LEDs with the BeagleBone Black

In this post, I will show you how to make a blinking on a pair of LEDs. I will be using the LED C++ Class described in the post Implementation...

Implementation of the LED Class for BeagleBone Black

In this post, I show a LED C++ class implementation which is derived from GPIO class and adds some methods for blink a led.

Reading a button with the BeagleBone Black

In this post, I will show you how to read the input from a button and turn a led On each time it will be pressed. I will be using...

Turning a Led On / Off with the BeagleBone Black

In this post I will show you how to turn a led On and Off using the C++ library described in the post Beaglebone and C++ to access and control...