pinout.vvzero.com/description/overlay/explorer-hat-pro.md

15 lines
406 B
Markdown
Raw Normal View History

2015-03-22 02:35:46 +08:00
#Explorer HAT and Explorer HAT Pro
2015-02-25 01:28:00 +08:00
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.
2015-03-22 01:27:02 +08:00
```bash
sudo apt-get install python-pip
sudo pip install explorer-hat
```
Then import it into your Python script and start tinkering:
```bash
import explorerhat
explorerhat.light.on()
2015-03-22 01:27:02 +08:00
```