First experiments with the Raspberry Pi and its GPIO outputs
I’ve completed my first experiment in building something physical with my new Raspberry Pi. It’s not overly useful, but I’ve built a binary counter using LEDs. The following video explains more… I originally started writing the code in Python. Mostly because many of the examples for controlling the Raspberry Pi are in Python, but having very little experience in Python …