Raspberry Pi Pinout

Pibrella

The all-in-one light, sound, input and output add-on board that uses lots of IO on the Pi but leaves both Serial and I2C free leaving plenty of room for expansion if you get creative.

Pibrella is easy to use, first you should install the module using LXTerminal/Command Line:

curl -sS https://get.pimoroni.com/pibrella | bash

Then import it into your Python script and start tinkering:

import pibrella
pibrella.light.red.on()

Details

Pibrella