pinout.vvzero.com/description/overlay/explorer-hat-pro.md
2015-03-21 18:35:46 +00:00

403 B

#Explorer HAT and Explorer HAT Pro

5V inputs and outputs, touch pads, LEDs, analog inputs and an H-Bridge motor driver make up the Explorer HAT Pro- a jack of all trades prototyping side-kick for your Raspberry Pi.

sudo apt-get install python-pip
sudo pip install explorer-hat

Then import it into your Python script and start tinkering:

import explorerhat
pibrella.light.on()