pinout.vvzero.com/src/en/overlay/explorer-hat.md
Andrew Scheller e21d65b220 Minor typo
2015-11-16 15:03:08 +00:00

1.6 KiB

#Explorer HAT

5V inputs and outputs, touch pads and LEDs make up the Explorer HAT; a jack of all trades prototyping side-kick for your Raspberry Pi.

To get the HAT set up and ready to go you can use the one-line product installer:

curl -sS get.pimoroni.com/explorerhat | bash

Then import it into your Python script and start tinkering:

import explorerhat
explorerhat.light.on()