diff --git a/resources/boards/pimoroni-picade-hat.png b/resources/boards/picade-hat.png similarity index 100% rename from resources/boards/pimoroni-picade-hat.png rename to resources/boards/picade-hat.png diff --git a/resources/boards/pimoroni-rainbow-hat.png b/resources/boards/rainbow-hat.png similarity index 100% rename from resources/boards/pimoroni-rainbow-hat.png rename to resources/boards/rainbow-hat.png diff --git a/src/de/translate/automation-hat.md b/src/de/translate/automation-hat.md index 8b588f0..7aee2cc 100644 --- a/src/de/translate/automation-hat.md +++ b/src/de/translate/automation-hat.md @@ -2,7 +2,7 @@ --- name: Automation HAT class: board -type: adc,io,motor +type: adc,io,motor,relay formfactor: HAT manufacturer: Pimoroni description: An all-in-one home automation and control board diff --git a/src/de/translate/automation-phat.md b/src/de/translate/automation-phat.md index 7751b4b..aba82d1 100644 --- a/src/de/translate/automation-phat.md +++ b/src/de/translate/automation-phat.md @@ -2,7 +2,7 @@ --- name: Automation pHAT class: board -type: adc,io,motor +type: adc,io,motor,relay formfactor: pHAT manufacturer: Pimoroni description: An all-in-one home automation and control board diff --git a/src/de/translate/picade-hat.md b/src/de/translate/picade-hat.md index 4618afc..ef12d3b 100644 --- a/src/de/translate/picade-hat.md +++ b/src/de/translate/picade-hat.md @@ -2,20 +2,18 @@ --- name: Picade HAT class: board -type: input +type: io formfactor: HAT manufacturer: Pimoroni description: Arcade inputs & digital amp buy: https://shop.pimoroni.com/products/picade-hat github: https://github.com/pimoroni/picade-hat -image: 'pimoroni-picade-hat.png' +image: 'picade-hat.png' pincount: 40 -eeprom: yes +eeprom: setup power: '1': '2': - '4': - '17': ground: '6': '9': @@ -83,6 +81,7 @@ pin: '32': name: Up mode: input + active: low '35': name: I2S WS '36': @@ -109,3 +108,9 @@ All button inputs should be configured with their corresponding internal pull-up * 4 terminals for joystick * Stereo audio combined for a single speaker * Support for an external power button and safe power shutdown + +To get the HAT set up and ready to go you can use the one-line product installer: + +```bash +curl -sS https://get.pimoroni.com/picadehat | bash +``` diff --git a/src/de/translate/rabbitmax-flex.md b/src/de/translate/rabbitmax-flex.md index 97f3b0f..48b935e 100644 --- a/src/de/translate/rabbitmax-flex.md +++ b/src/de/translate/rabbitmax-flex.md @@ -2,7 +2,7 @@ --- name: RabbitMax Flex class: board -type: infrared,relay,button,buzzer,led,sensors,lcd,uart +type: io,led,multi,relay,sensor formfactor: HAT manufacturer: Anavi description: RabbitMax Flex is a Raspberry Pi HAT board for IoT with an IR transmitter and receiver, relay, button, buzzer, RGB LED, 5x cable slots for I2C sensors, and a slot for 16x2 LCD display module. diff --git a/src/de/translate/rainbow-hat.md b/src/de/translate/rainbow-hat.md index 1a75c72..4a35b2d 100644 --- a/src/de/translate/rainbow-hat.md +++ b/src/de/translate/rainbow-hat.md @@ -2,14 +2,14 @@ --- name: Rainbow HAT class: board -type: multi +type: display,led,multi,sensor,touch formfactor: HAT manufacturer: Pimoroni description: Sensors and IO for Android Things url: http://blog.pimoroni.com/android-things-launch/ github: https://github.com/pimoroni/rainbow-hat buy: https://shop.pimoroni.com/products/rainbow-hat-for-android-things -image: 'pimoroni-rainbow-hat.png' +image: 'rainbow-hat.png' pincount: 40 eeprom: yes power: @@ -88,5 +88,3 @@ To get the HAT set up and ready to go you can use the one-line product installer ```bash curl -sS https://get.pimoroni.com/rainbowhat | bash ``` - -And follow the instructions! \ No newline at end of file diff --git a/src/en/overlay/automation-hat.md b/src/en/overlay/automation-hat.md index 8b588f0..7aee2cc 100644 --- a/src/en/overlay/automation-hat.md +++ b/src/en/overlay/automation-hat.md @@ -2,7 +2,7 @@ --- name: Automation HAT class: board -type: adc,io,motor +type: adc,io,motor,relay formfactor: HAT manufacturer: Pimoroni description: An all-in-one home automation and control board diff --git a/src/en/overlay/automation-phat.md b/src/en/overlay/automation-phat.md index 7751b4b..aba82d1 100644 --- a/src/en/overlay/automation-phat.md +++ b/src/en/overlay/automation-phat.md @@ -2,7 +2,7 @@ --- name: Automation pHAT class: board -type: adc,io,motor +type: adc,io,motor,relay formfactor: pHAT manufacturer: Pimoroni description: An all-in-one home automation and control board diff --git a/src/en/overlay/picade-hat.md b/src/en/overlay/picade-hat.md index 4618afc..ef12d3b 100644 --- a/src/en/overlay/picade-hat.md +++ b/src/en/overlay/picade-hat.md @@ -2,20 +2,18 @@ --- name: Picade HAT class: board -type: input +type: io formfactor: HAT manufacturer: Pimoroni description: Arcade inputs & digital amp buy: https://shop.pimoroni.com/products/picade-hat github: https://github.com/pimoroni/picade-hat -image: 'pimoroni-picade-hat.png' +image: 'picade-hat.png' pincount: 40 -eeprom: yes +eeprom: setup power: '1': '2': - '4': - '17': ground: '6': '9': @@ -83,6 +81,7 @@ pin: '32': name: Up mode: input + active: low '35': name: I2S WS '36': @@ -109,3 +108,9 @@ All button inputs should be configured with their corresponding internal pull-up * 4 terminals for joystick * Stereo audio combined for a single speaker * Support for an external power button and safe power shutdown + +To get the HAT set up and ready to go you can use the one-line product installer: + +```bash +curl -sS https://get.pimoroni.com/picadehat | bash +``` diff --git a/src/en/overlay/rabbitmax-flex.md b/src/en/overlay/rabbitmax-flex.md index 97f3b0f..48b935e 100644 --- a/src/en/overlay/rabbitmax-flex.md +++ b/src/en/overlay/rabbitmax-flex.md @@ -2,7 +2,7 @@ --- name: RabbitMax Flex class: board -type: infrared,relay,button,buzzer,led,sensors,lcd,uart +type: io,led,multi,relay,sensor formfactor: HAT manufacturer: Anavi description: RabbitMax Flex is a Raspberry Pi HAT board for IoT with an IR transmitter and receiver, relay, button, buzzer, RGB LED, 5x cable slots for I2C sensors, and a slot for 16x2 LCD display module. diff --git a/src/en/overlay/rainbow-hat.md b/src/en/overlay/rainbow-hat.md index 1a75c72..4a35b2d 100644 --- a/src/en/overlay/rainbow-hat.md +++ b/src/en/overlay/rainbow-hat.md @@ -2,14 +2,14 @@ --- name: Rainbow HAT class: board -type: multi +type: display,led,multi,sensor,touch formfactor: HAT manufacturer: Pimoroni description: Sensors and IO for Android Things url: http://blog.pimoroni.com/android-things-launch/ github: https://github.com/pimoroni/rainbow-hat buy: https://shop.pimoroni.com/products/rainbow-hat-for-android-things -image: 'pimoroni-rainbow-hat.png' +image: 'rainbow-hat.png' pincount: 40 eeprom: yes power: @@ -88,5 +88,3 @@ To get the HAT set up and ready to go you can use the one-line product installer ```bash curl -sS https://get.pimoroni.com/rainbowhat | bash ``` - -And follow the instructions! \ No newline at end of file diff --git a/src/es/overlay/automation-hat.md b/src/es/overlay/automation-hat.md index b7ab848..befc3b7 100644 --- a/src/es/overlay/automation-hat.md +++ b/src/es/overlay/automation-hat.md @@ -2,7 +2,7 @@ --- name: Automation HAT class: board -type: adc,io,motor +type: adc,io,motor,relay formfactor: HAT manufacturer: Pimoroni description: An all-in-one home automation and control board diff --git a/src/es/overlay/automation-phat.md b/src/es/overlay/automation-phat.md index 9118df6..cbe7b01 100644 --- a/src/es/overlay/automation-phat.md +++ b/src/es/overlay/automation-phat.md @@ -2,7 +2,7 @@ --- name: Automation pHAT class: board -type: adc,io,motor +type: adc,io,motor,relay formfactor: pHAT manufacturer: Pimoroni description: An all-in-one home automation and control board diff --git a/src/es/translate/picade-hat.md b/src/es/translate/picade-hat.md index 4618afc..ef12d3b 100644 --- a/src/es/translate/picade-hat.md +++ b/src/es/translate/picade-hat.md @@ -2,20 +2,18 @@ --- name: Picade HAT class: board -type: input +type: io formfactor: HAT manufacturer: Pimoroni description: Arcade inputs & digital amp buy: https://shop.pimoroni.com/products/picade-hat github: https://github.com/pimoroni/picade-hat -image: 'pimoroni-picade-hat.png' +image: 'picade-hat.png' pincount: 40 -eeprom: yes +eeprom: setup power: '1': '2': - '4': - '17': ground: '6': '9': @@ -83,6 +81,7 @@ pin: '32': name: Up mode: input + active: low '35': name: I2S WS '36': @@ -109,3 +108,9 @@ All button inputs should be configured with their corresponding internal pull-up * 4 terminals for joystick * Stereo audio combined for a single speaker * Support for an external power button and safe power shutdown + +To get the HAT set up and ready to go you can use the one-line product installer: + +```bash +curl -sS https://get.pimoroni.com/picadehat | bash +``` diff --git a/src/es/translate/rabbitmax-flex.md b/src/es/translate/rabbitmax-flex.md index 97f3b0f..48b935e 100644 --- a/src/es/translate/rabbitmax-flex.md +++ b/src/es/translate/rabbitmax-flex.md @@ -2,7 +2,7 @@ --- name: RabbitMax Flex class: board -type: infrared,relay,button,buzzer,led,sensors,lcd,uart +type: io,led,multi,relay,sensor formfactor: HAT manufacturer: Anavi description: RabbitMax Flex is a Raspberry Pi HAT board for IoT with an IR transmitter and receiver, relay, button, buzzer, RGB LED, 5x cable slots for I2C sensors, and a slot for 16x2 LCD display module. diff --git a/src/es/translate/rainbow-hat.md b/src/es/translate/rainbow-hat.md index 1a75c72..4a35b2d 100644 --- a/src/es/translate/rainbow-hat.md +++ b/src/es/translate/rainbow-hat.md @@ -2,14 +2,14 @@ --- name: Rainbow HAT class: board -type: multi +type: display,led,multi,sensor,touch formfactor: HAT manufacturer: Pimoroni description: Sensors and IO for Android Things url: http://blog.pimoroni.com/android-things-launch/ github: https://github.com/pimoroni/rainbow-hat buy: https://shop.pimoroni.com/products/rainbow-hat-for-android-things -image: 'pimoroni-rainbow-hat.png' +image: 'rainbow-hat.png' pincount: 40 eeprom: yes power: @@ -88,5 +88,3 @@ To get the HAT set up and ready to go you can use the one-line product installer ```bash curl -sS https://get.pimoroni.com/rainbowhat | bash ``` - -And follow the instructions! \ No newline at end of file diff --git a/src/fr/translate/automation-hat.md b/src/fr/translate/automation-hat.md index 8b588f0..7aee2cc 100644 --- a/src/fr/translate/automation-hat.md +++ b/src/fr/translate/automation-hat.md @@ -2,7 +2,7 @@ --- name: Automation HAT class: board -type: adc,io,motor +type: adc,io,motor,relay formfactor: HAT manufacturer: Pimoroni description: An all-in-one home automation and control board diff --git a/src/fr/translate/automation-phat.md b/src/fr/translate/automation-phat.md index 7751b4b..aba82d1 100644 --- a/src/fr/translate/automation-phat.md +++ b/src/fr/translate/automation-phat.md @@ -2,7 +2,7 @@ --- name: Automation pHAT class: board -type: adc,io,motor +type: adc,io,motor,relay formfactor: pHAT manufacturer: Pimoroni description: An all-in-one home automation and control board diff --git a/src/fr/translate/picade-hat.md b/src/fr/translate/picade-hat.md index 4618afc..ef12d3b 100644 --- a/src/fr/translate/picade-hat.md +++ b/src/fr/translate/picade-hat.md @@ -2,20 +2,18 @@ --- name: Picade HAT class: board -type: input +type: io formfactor: HAT manufacturer: Pimoroni description: Arcade inputs & digital amp buy: https://shop.pimoroni.com/products/picade-hat github: https://github.com/pimoroni/picade-hat -image: 'pimoroni-picade-hat.png' +image: 'picade-hat.png' pincount: 40 -eeprom: yes +eeprom: setup power: '1': '2': - '4': - '17': ground: '6': '9': @@ -83,6 +81,7 @@ pin: '32': name: Up mode: input + active: low '35': name: I2S WS '36': @@ -109,3 +108,9 @@ All button inputs should be configured with their corresponding internal pull-up * 4 terminals for joystick * Stereo audio combined for a single speaker * Support for an external power button and safe power shutdown + +To get the HAT set up and ready to go you can use the one-line product installer: + +```bash +curl -sS https://get.pimoroni.com/picadehat | bash +``` diff --git a/src/fr/translate/rabbitmax-flex.md b/src/fr/translate/rabbitmax-flex.md index 97f3b0f..48b935e 100644 --- a/src/fr/translate/rabbitmax-flex.md +++ b/src/fr/translate/rabbitmax-flex.md @@ -2,7 +2,7 @@ --- name: RabbitMax Flex class: board -type: infrared,relay,button,buzzer,led,sensors,lcd,uart +type: io,led,multi,relay,sensor formfactor: HAT manufacturer: Anavi description: RabbitMax Flex is a Raspberry Pi HAT board for IoT with an IR transmitter and receiver, relay, button, buzzer, RGB LED, 5x cable slots for I2C sensors, and a slot for 16x2 LCD display module. diff --git a/src/fr/translate/rainbow-hat.md b/src/fr/translate/rainbow-hat.md index 1a75c72..4a35b2d 100644 --- a/src/fr/translate/rainbow-hat.md +++ b/src/fr/translate/rainbow-hat.md @@ -2,14 +2,14 @@ --- name: Rainbow HAT class: board -type: multi +type: display,led,multi,sensor,touch formfactor: HAT manufacturer: Pimoroni description: Sensors and IO for Android Things url: http://blog.pimoroni.com/android-things-launch/ github: https://github.com/pimoroni/rainbow-hat buy: https://shop.pimoroni.com/products/rainbow-hat-for-android-things -image: 'pimoroni-rainbow-hat.png' +image: 'rainbow-hat.png' pincount: 40 eeprom: yes power: @@ -88,5 +88,3 @@ To get the HAT set up and ready to go you can use the one-line product installer ```bash curl -sS https://get.pimoroni.com/rainbowhat | bash ``` - -And follow the instructions! \ No newline at end of file diff --git a/src/it/translate/automation-hat.md b/src/it/translate/automation-hat.md index 8b588f0..7aee2cc 100644 --- a/src/it/translate/automation-hat.md +++ b/src/it/translate/automation-hat.md @@ -2,7 +2,7 @@ --- name: Automation HAT class: board -type: adc,io,motor +type: adc,io,motor,relay formfactor: HAT manufacturer: Pimoroni description: An all-in-one home automation and control board diff --git a/src/it/translate/automation-phat.md b/src/it/translate/automation-phat.md index 7751b4b..aba82d1 100644 --- a/src/it/translate/automation-phat.md +++ b/src/it/translate/automation-phat.md @@ -2,7 +2,7 @@ --- name: Automation pHAT class: board -type: adc,io,motor +type: adc,io,motor,relay formfactor: pHAT manufacturer: Pimoroni description: An all-in-one home automation and control board diff --git a/src/it/translate/picade-hat.md b/src/it/translate/picade-hat.md index 4618afc..ef12d3b 100644 --- a/src/it/translate/picade-hat.md +++ b/src/it/translate/picade-hat.md @@ -2,20 +2,18 @@ --- name: Picade HAT class: board -type: input +type: io formfactor: HAT manufacturer: Pimoroni description: Arcade inputs & digital amp buy: https://shop.pimoroni.com/products/picade-hat github: https://github.com/pimoroni/picade-hat -image: 'pimoroni-picade-hat.png' +image: 'picade-hat.png' pincount: 40 -eeprom: yes +eeprom: setup power: '1': '2': - '4': - '17': ground: '6': '9': @@ -83,6 +81,7 @@ pin: '32': name: Up mode: input + active: low '35': name: I2S WS '36': @@ -109,3 +108,9 @@ All button inputs should be configured with their corresponding internal pull-up * 4 terminals for joystick * Stereo audio combined for a single speaker * Support for an external power button and safe power shutdown + +To get the HAT set up and ready to go you can use the one-line product installer: + +```bash +curl -sS https://get.pimoroni.com/picadehat | bash +``` diff --git a/src/it/translate/rabbitmax-flex.md b/src/it/translate/rabbitmax-flex.md index 97f3b0f..48b935e 100644 --- a/src/it/translate/rabbitmax-flex.md +++ b/src/it/translate/rabbitmax-flex.md @@ -2,7 +2,7 @@ --- name: RabbitMax Flex class: board -type: infrared,relay,button,buzzer,led,sensors,lcd,uart +type: io,led,multi,relay,sensor formfactor: HAT manufacturer: Anavi description: RabbitMax Flex is a Raspberry Pi HAT board for IoT with an IR transmitter and receiver, relay, button, buzzer, RGB LED, 5x cable slots for I2C sensors, and a slot for 16x2 LCD display module. diff --git a/src/it/translate/rainbow-hat.md b/src/it/translate/rainbow-hat.md index 1a75c72..4a35b2d 100644 --- a/src/it/translate/rainbow-hat.md +++ b/src/it/translate/rainbow-hat.md @@ -2,14 +2,14 @@ --- name: Rainbow HAT class: board -type: multi +type: display,led,multi,sensor,touch formfactor: HAT manufacturer: Pimoroni description: Sensors and IO for Android Things url: http://blog.pimoroni.com/android-things-launch/ github: https://github.com/pimoroni/rainbow-hat buy: https://shop.pimoroni.com/products/rainbow-hat-for-android-things -image: 'pimoroni-rainbow-hat.png' +image: 'rainbow-hat.png' pincount: 40 eeprom: yes power: @@ -88,5 +88,3 @@ To get the HAT set up and ready to go you can use the one-line product installer ```bash curl -sS https://get.pimoroni.com/rainbowhat | bash ``` - -And follow the instructions! \ No newline at end of file diff --git a/src/tr/translate/automation-hat.md b/src/tr/translate/automation-hat.md index 8b588f0..7aee2cc 100644 --- a/src/tr/translate/automation-hat.md +++ b/src/tr/translate/automation-hat.md @@ -2,7 +2,7 @@ --- name: Automation HAT class: board -type: adc,io,motor +type: adc,io,motor,relay formfactor: HAT manufacturer: Pimoroni description: An all-in-one home automation and control board diff --git a/src/tr/translate/automation-phat.md b/src/tr/translate/automation-phat.md index 7751b4b..aba82d1 100644 --- a/src/tr/translate/automation-phat.md +++ b/src/tr/translate/automation-phat.md @@ -2,7 +2,7 @@ --- name: Automation pHAT class: board -type: adc,io,motor +type: adc,io,motor,relay formfactor: pHAT manufacturer: Pimoroni description: An all-in-one home automation and control board diff --git a/src/tr/translate/picade-hat.md b/src/tr/translate/picade-hat.md index 4618afc..ef12d3b 100644 --- a/src/tr/translate/picade-hat.md +++ b/src/tr/translate/picade-hat.md @@ -2,20 +2,18 @@ --- name: Picade HAT class: board -type: input +type: io formfactor: HAT manufacturer: Pimoroni description: Arcade inputs & digital amp buy: https://shop.pimoroni.com/products/picade-hat github: https://github.com/pimoroni/picade-hat -image: 'pimoroni-picade-hat.png' +image: 'picade-hat.png' pincount: 40 -eeprom: yes +eeprom: setup power: '1': '2': - '4': - '17': ground: '6': '9': @@ -83,6 +81,7 @@ pin: '32': name: Up mode: input + active: low '35': name: I2S WS '36': @@ -109,3 +108,9 @@ All button inputs should be configured with their corresponding internal pull-up * 4 terminals for joystick * Stereo audio combined for a single speaker * Support for an external power button and safe power shutdown + +To get the HAT set up and ready to go you can use the one-line product installer: + +```bash +curl -sS https://get.pimoroni.com/picadehat | bash +``` diff --git a/src/tr/translate/rabbitmax-flex.md b/src/tr/translate/rabbitmax-flex.md index 97f3b0f..48b935e 100644 --- a/src/tr/translate/rabbitmax-flex.md +++ b/src/tr/translate/rabbitmax-flex.md @@ -2,7 +2,7 @@ --- name: RabbitMax Flex class: board -type: infrared,relay,button,buzzer,led,sensors,lcd,uart +type: io,led,multi,relay,sensor formfactor: HAT manufacturer: Anavi description: RabbitMax Flex is a Raspberry Pi HAT board for IoT with an IR transmitter and receiver, relay, button, buzzer, RGB LED, 5x cable slots for I2C sensors, and a slot for 16x2 LCD display module. diff --git a/src/tr/translate/rainbow-hat.md b/src/tr/translate/rainbow-hat.md index 1a75c72..4a35b2d 100644 --- a/src/tr/translate/rainbow-hat.md +++ b/src/tr/translate/rainbow-hat.md @@ -2,14 +2,14 @@ --- name: Rainbow HAT class: board -type: multi +type: display,led,multi,sensor,touch formfactor: HAT manufacturer: Pimoroni description: Sensors and IO for Android Things url: http://blog.pimoroni.com/android-things-launch/ github: https://github.com/pimoroni/rainbow-hat buy: https://shop.pimoroni.com/products/rainbow-hat-for-android-things -image: 'pimoroni-rainbow-hat.png' +image: 'rainbow-hat.png' pincount: 40 eeprom: yes power: @@ -88,5 +88,3 @@ To get the HAT set up and ready to go you can use the one-line product installer ```bash curl -sS https://get.pimoroni.com/rainbowhat | bash ``` - -And follow the instructions! \ No newline at end of file