diff --git a/src/en/overlay/explorer-phat.md b/src/en/overlay/explorer-phat.md new file mode 100644 index 0000000..a543d54 --- /dev/null +++ b/src/en/overlay/explorer-phat.md @@ -0,0 +1,95 @@ + +#Explorer pHAT + +5V inputs and outputs, analog inputs and an H-Bridge motor driver make up the Explorer pHAT; a jack of all trades prototyping side-kick for your Raspberry Pi. Perfect for RPi Zero but works with A+/B+/2 too! + +To get the pHAT set up and ready to go you can use the one-line product installer: + +```bash +curl -sS get.pimoroni.com/explorerhat | bash +``` + +Then import it into your Python script and start tinkering: + +```bash +import explorerhat +``` diff --git a/src/en/settings.yaml b/src/en/settings.yaml index 592b896..7f2b4c0 100644 --- a/src/en/settings.yaml +++ b/src/en/settings.yaml @@ -12,6 +12,7 @@ urls: strings: - made_by: 'Made by {manufacturer}' - type_hat: 'HAT form-factor' +- type_phat: 'pHAT/non-HAT (no EEPROM)' - type_classic: 'Classic form-factor' - pin_header: '{} pin header' - uses_i2c: 'Uses I2C' @@ -25,25 +26,27 @@ strings: - buy_now: 'Buy Now' overlays: - ground -- spi - uart - i2c -- wiringpi +- spi - arduino-spi -- rtk-000-001 -- piborg-ledborg -- piglow -- pibrella -- unicorn-hat -- skywriter-hat -- explorer-hat-pro -- explorer-hat +- wiringpi +- cirruslogicaudiocard +- iqaudio-pi-dac - display-o-tron - display-o-tron-hat -- dots -- traffic-hat -- iqaudio-pi-dac -- piano-hat -- sense-hat - discohat -- cirruslogicaudiocard +- dots +- explorer-hat +- explorer-hat-pro +- explorer-phat +- piano-hat +- piborg-ledborg +- pibrella +- piglow +- rtk-000-001 +- scroll-phat +- sense-hat +- skywriter-hat +- traffic-hat +- unicorn-hat