pinout.vvzero.com/src/en-GB/overlay/explorer-hat.md
2015-04-10 23:32:08 +01:00

1.4 KiB

#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
explorerhat.light.on()