September 2016
Beginner to intermediate
593 pages
12h 12m
English
The following figure shows the PiGlow board:

Since we have learned how to control an LED and a button via Raspberry Pi GPIO pins, we will now move on to a module called PiGlow, which is an add-on board for the Raspberry Pi and provides 18 individually controlled LEDs, and which you can use via a provided library. We will now proceed to install the software requirements for PiGlow by using a script provided by Pimoroni itself. To install PiGlow, run the following command in a new terminal:
curl get.pimoroni.com/piglow | bash
To check whether PiGlow has been installed properly, open a Python terminal and execute the following command: ...
Read now
Unlock full access