Understanding the Raspberry Pi GPIO Pinout Using the wiringPi Library
The Raspberry comes fully loaded with a general-purpose input/output (GPIO) port to interface with a multitude of devices/sensors/expansion boards. Unfortunately, there could be many different ways to refer to the same pin, especially if you are using the wiringPi library. In this post I will attempt to show you how […]