All Stories

Implementation of the PWM Class for BeagleBone Black

In this post, I show a PWM C++ class implementation. Remembering the PWM is a technique that lets us emulate an analog signal in a digital pin. This is done...

Blinking, flashing and doing a heartbeat patterns with LEDs and buttons in the BeagleBone Black

In this post, I will resume the applications of LEDs and Buttons using the methods described in the last posts. In this case, one LED will be blinking, the other...

Reading a button in the BeagleBone Black PART III

In this post, I will continue to show you how to read a button with the BeagleBone Black. In the second entry I showed how to wait for the press...

Reading a button in the BeagleBone Black PART II

In this post, I will continue to show you how to read a button with the BeagleBone Black. In the first entry I showed how to read an input from...

Reading a button in the BeagleBone Black PART I

In this post, I will show you how to read a button with the BeagleBone Black. I have written a previous post that shows the same behavior. The difference with...

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...