changed to secure installers

This commit is contained in:
RogueM 2016-11-19 01:00:12 +00:00
parent f9b6ad41d0
commit e4b1a9dad2
122 changed files with 122 additions and 122 deletions

View File

@ -50,7 +50,7 @@ Beide Busse können aber weiterhin noch mit anderen Komponenten genutzt werden.
Mit diesem Einzeiler installierst Du den Display-o-Tron HAT:
```bash
curl get.pimoroni.com/dot3k | bash
curl -sS https://get.pimoroni.com/dot3k | bash
```
...den Rest findest Du in der Anleitung auf Github :-)

View File

@ -56,7 +56,7 @@ pin:
Mit diesem Einzeiler installierst Du das Display-o-Tron 3000:
```bash
curl get.pimoroni.com/dot3k | bash
curl -sS https://get.pimoroni.com/dot3k | bash
```
...den Rest findest Du in der Anleitung auf Github :-)

View File

@ -46,7 +46,7 @@ Der HAT benutzt zwei Microchip CAP1188 ICs mit den I2C Adressen 0x28 und 0x2b.
Mit folgendem Einzeiler installierst Du die nötige Software:
```bash
curl get.pimoroni.com/pianohat | bash
curl -sS https://get.pimoroni.com/pianohat | bash
```
Den Rest findest Du in der Anleitung!

View File

@ -35,7 +35,7 @@ analogen Audio-Ausgang erzeugen kann. Somit kannst Du nicht beides gleichzeitig
Die Einrichtung des HATs ist einfach:
```bash
curl get.pimoroni.com/unicornhat | bash
curl -sS https://get.pimoroni.com/unicornhat | bash
```
Dann musst Du die Library nur noch in Dein Python-Skript importieren und kannst anfangen zu experimentieren:

View File

@ -90,7 +90,7 @@ Automation HAT is a home monitoring and automation controller for the Raspberry
To get the HAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/automationhat | bash
curl -sS https://get.pimoroni.com/automationhat | bash
```
Then import it into your Python script and start tinkering:

View File

@ -33,7 +33,7 @@ Blinkt! is a super slimline Raspberry Pi Add-on board with 8 APA-102 LEDs.
To get started you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/blinkt | bash
curl -sS https://get.pimoroni.com/blinkt | bash
```
## Code

View File

@ -44,7 +44,7 @@ Features: 8 touch sensitive buttons and 8 LEDs. Works with Piano HAT (it uses a
To get the HAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/drumhat | bash
curl -sS https://get.pimoroni.com/drumhat | bash
```
And follow the instructions!

View File

@ -61,7 +61,7 @@ Features:
To get the pHAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/envirophat | bash
curl -sS https://get.pimoroni.com/envirophat | bash
```
Then import it into your Python script and start tinkering:

View File

@ -45,5 +45,5 @@ The ESP IoT pHAT is an ESP8266 based add-on for the Raspberry Pi. It provides so
To get the pHAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/iotphat | bash
curl -sS https://get.pimoroni.com/iotphat | bash
```

View File

@ -101,7 +101,7 @@ install:
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
curl -sS https://get.pimoroni.com/explorerhat | bash
```
Then import it into your Python script and start tinkering:

View File

@ -42,7 +42,7 @@ The board uses three IS31FL3730 matrix driver chips, each driving two of the mat
To get the pHAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/microdotphat | bash
curl -sS https://get.pimoroni.com/microdotphat | bash
```
Then import it into your Python script and start tinkering:

View File

@ -57,5 +57,5 @@ Sports four Mote channels with microUSB connectors that can drive up to 64 RGB L
To get the pHAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/motephat | bash
curl -sS https://get.pimoroni.com/motephat | bash
```

View File

@ -43,7 +43,7 @@ Pan Tilt HAT uses a PIC16F1503 with custom firmware, and talks over i2c.
To get the HAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/pantilthat | bash
curl -sS https://get.pimoroni.com/pantilthat | bash
```
Then import it into your Python script and start tinkering:

View File

@ -41,5 +41,5 @@ Though designed to match the format of the Raspberry Pi Zero it is compatible wi
To get the pHAT DAC set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/phatdac | bash
curl -sS https://get.pimoroni.com/phatdac | bash
```

View File

@ -33,7 +33,7 @@ The board uses the SN3218 8-bit 18-channel PWM chip to drive surface mount LEDs.
To get the module set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/piglow | bash
curl -sS https://get.pimoroni.com/piglow | bash
```
And follow the instructions!

View File

@ -50,7 +50,7 @@ The Scroll pHAT provides a matrix of 55 white LED pixels that is ideal for writi
To get the pHAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/scrollphat | bash
curl -sS https://get.pimoroni.com/scrollphat | bash
```
Then import it into your Python script and start tinkering:

View File

@ -48,7 +48,7 @@ Note: Unicorn pHAT uses some special PWM trickery, performed with the same hardw
To get the HAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/unicornhat | bash
curl -sS https://get.pimoroni.com/unicornhat | bash
```
Then import it into your Python script and start tinkering:

View File

@ -90,7 +90,7 @@ Automation HAT is a home monitoring and automation controller for the Raspberry
To get the HAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/automationhat | bash
curl -sS https://get.pimoroni.com/automationhat | bash
```
Then import it into your Python script and start tinkering:

View File

@ -33,7 +33,7 @@ Blinkt! is a super slimline Raspberry Pi Add-on board with 8 APA-102 LEDs.
To get started you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/blinkt | bash
curl -sS https://get.pimoroni.com/blinkt | bash
```
## Code

View File

@ -55,7 +55,7 @@ Display-o-Tron HAT uses both SPI and I2c to drive the LCD display, backlight and
To get the HAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/displayotron | bash
curl -sS https://get.pimoroni.com/displayotron | bash
```
And follow the instructions!

View File

@ -65,7 +65,7 @@ The Display-o-Tron 3000 is a 3-line character LCD with an RGB backlight and joys
To get the module set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/displayotron | bash
curl -sS https://get.pimoroni.com/displayotron | bash
```
And follow the instructions!

View File

@ -44,7 +44,7 @@ Features: 8 touch sensitive buttons and 8 LEDs. Works with Piano HAT (it uses a
To get the HAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/drumhat | bash
curl -sS https://get.pimoroni.com/drumhat | bash
```
And follow the instructions!

View File

@ -61,7 +61,7 @@ Features:
To get the pHAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/envirophat | bash
curl -sS https://get.pimoroni.com/envirophat | bash
```
Then import it into your Python script and start tinkering:

View File

@ -45,5 +45,5 @@ The ESP IoT pHAT is an ESP8266 based add-on for the Raspberry Pi. It provides so
To get the pHAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/iotphat | bash
curl -sS https://get.pimoroni.com/iotphat | bash
```

View File

@ -118,7 +118,7 @@ install:
To get the HAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/explorerhat | bash
curl -sS https://get.pimoroni.com/explorerhat | bash
```
Then import it into your Python script and start tinkering:

View File

@ -99,7 +99,7 @@ install:
To get the HAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/explorerhat | bash
curl -sS https://get.pimoroni.com/explorerhat | bash
```
Then import it into your Python script and start tinkering:

View File

@ -101,7 +101,7 @@ install:
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
curl -sS https://get.pimoroni.com/explorerhat | bash
```
Then import it into your Python script and start tinkering:

View File

@ -42,7 +42,7 @@ The board uses three IS31FL3730 matrix driver chips, each driving two of the mat
To get the pHAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/microdotphat | bash
curl -sS https://get.pimoroni.com/microdotphat | bash
```
Then import it into your Python script and start tinkering:

View File

@ -57,5 +57,5 @@ Sports four Mote channels with microUSB connectors that can drive up to 64 RGB L
To get the pHAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/motephat | bash
curl -sS https://get.pimoroni.com/motephat | bash
```

View File

@ -43,7 +43,7 @@ Pan Tilt HAT uses a PIC16F1503 with custom firmware, and talks over i2c.
To get the HAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/pantilthat | bash
curl -sS https://get.pimoroni.com/pantilthat | bash
```
Then import it into your Python script and start tinkering:

View File

@ -41,5 +41,5 @@ Though designed to match the format of the Raspberry Pi Zero it is compatible wi
To get the pHAT DAC set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/phatdac | bash
curl -sS https://get.pimoroni.com/phatdac | bash
```

View File

@ -53,7 +53,7 @@ It uses two Microchip CAP1188 chips with the i2c addresses 0x28 and 0x2b.
To get the HAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/pianohat | bash
curl -sS https://get.pimoroni.com/pianohat | bash
```
And follow the instructions!

View File

@ -82,7 +82,7 @@ The all-in-one light, sound, input and output add-on board that uses lots of IO
Pibrella is easy to use, first you should install the module using LXTerminal/Command Line:
```bash
curl -sS get.pimoroni.com/pibrella | bash
curl -sS https://get.pimoroni.com/pibrella | bash
```
Then import it into your Python script and start tinkering:

View File

@ -33,7 +33,7 @@ The board uses the SN3218 8-bit 18-channel PWM chip to drive surface mount LEDs.
To get the module set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/piglow | bash
curl -sS https://get.pimoroni.com/piglow | bash
```
And follow the instructions!

View File

@ -50,7 +50,7 @@ The Scroll pHAT provides a matrix of 55 white LED pixels that is ideal for writi
To get the pHAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/scrollphat | bash
curl -sS https://get.pimoroni.com/scrollphat | bash
```
Then import it into your Python script and start tinkering:

View File

@ -55,7 +55,7 @@ It also recognises gestures, including swipes and more.
To get the HAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/skywriter | bash
curl -sS https://get.pimoroni.com/skywriter | bash
```
And follow the instructions!

View File

@ -41,7 +41,7 @@ Note: Unicorn HAT uses some special PWM trickery, performed with the same hardwa
To get the HAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/unicornhat | bash
curl -sS https://get.pimoroni.com/unicornhat | bash
```
Then import it into your Python script and start tinkering:

View File

@ -48,7 +48,7 @@ Note: Unicorn pHAT uses some special PWM trickery, performed with the same hardw
To get the HAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/unicornhat | bash
curl -sS https://get.pimoroni.com/unicornhat | bash
```
Then import it into your Python script and start tinkering:

View File

@ -90,7 +90,7 @@ Automatian HAT es una placa adicional de domótica para Raspberry Pi; con relés
Para configurar el HAT puedes utilizar el instalador online de una línea.
```bash
curl -sS get.pimoroni.com/automationhat | bash
curl -sS https://get.pimoroni.com/automationhat | bash
```
Después importalo en tu programa de Python y empieza a experimentar:

View File

@ -33,7 +33,7 @@ Blinkt! es una placa adicional ultradelgada para Raspberry Pi con 8 LEDs APA-102
Para configurar puedes utilizar el instalador online de una línea:
```bash
curl -sS get.pimoroni.com/blinkt | bash
curl -sS https://get.pimoroni.com/blinkt | bash
```
```python

View File

@ -50,7 +50,7 @@ Aún así ambos buses pueden ser compartidos con otros dispositivos
Puedes usar la siguiente línea para instalar, preparar y dejar listo para el uso el Display-o-Tron 3000:
```bash
curl -sS get.pimoroni.com/dot3k | bash
curl -sS https://get.pimoroni.com/dot3k | bash
```
¡Y sigue las instrucciones!

View File

@ -56,7 +56,7 @@ pin:
Puedes usar la siguiente línea para instalar, preparar y dejar listo para el uso el Display-o-Tron 3000:
```bash
curl -sS get.pimoroni.com/dot3k | bash
curl -sS https://get.pimoroni.com/dot3k | bash
```
¡Y sigue las instrucciones!

View File

@ -44,6 +44,6 @@ Especificaciones: 8 botones sensibles al tacto y 8 LEDs. Funciona con Piano HAT
Para configurar el HAT puedes utilizar el instalador online de una línea.
```bash
curl -sS get.pimoroni.com/drumhat | bash
curl -sS https://get.pimoroni.com/drumhat | bash
```
¡Y sigue las instrucciones!

View File

@ -60,7 +60,7 @@ ADC de 12-bit, 4-canales y 3.3v ADS1015 (0x48 en el bus i2c)
Para configurar el pHAT puedes utilizar el instalador online de una línea.
```bash
curl -sS get.pimoroni.com/envirophat | bash
curl -sS https://get.pimoroni.com/envirophat | bash
```
Luego impórtalo en tu script Python y empieza a realizar proyectos:

View File

@ -45,5 +45,5 @@ ESP IoT pHAT es una placa adicional para Raspberry Pi basada en ESP8266. Cuenta
Para configurar el pHAT puedes utilizar el instalador online de una línea.
```bash
curl -sS get.pimoroni.com/iotphat | bash
curl -sS https://get.pimoroni.com/iotphat | bash
```

View File

@ -96,7 +96,7 @@ Entradas y salidas de 5V, paneles táctiles, LEDs, entradas analógicas y un Pue
Para preparar e instalar el HAT utiliza la siguiente línea:
```bash
curl -sS get.pimoroni.com/explorerhat | bash
curl -sS https://get.pimoroni.com/explorerhat | bash
```
Después importalo en tu programa de Python y empieza a experimentar:

View File

@ -69,7 +69,7 @@ Entradas y salidas de 5V, paneles táctiles y LEDs componen el Explorer HAT.
Para preparar e instalar el HAT utiliza la siguiente línea:
```bash
curl -sS get.pimoroni.com/explorerhat | bash
curl -sS https://get.pimoroni.com/explorerhat | bash
```
Después importalo en tu programa de Python y empieza a experimentar:

View File

@ -101,7 +101,7 @@ Entradas y salidas de 5V, entradas analógicas y un controlador de motores H-Bri
Para configurar el pHAT puedes utilizar el instalador online de una línea.
```bash
curl -sS get.pimoroni.com/explorerhat | bash
curl -sS https://get.pimoroni.com/explorerhat | bash
```
Luego impórtalo en tu script Python y empieza a realizar proyectos:

View File

@ -42,7 +42,7 @@ La placa utiliza tres chip IS31FL3730 para controlar la matriz, cada uno contro
Para configurar el pHAT puedes utilizar el instalador online de una línea.
```bash
curl -sS get.pimoroni.com/microdotphat | bash
curl -sS https://get.pimoroni.com/microdotphat | bash
```
Luego impórtalo en tu script Python y empieza a realizar proyectos:

View File

@ -41,5 +41,5 @@ Pese a ser diseñado para Raspberry Pi Zero es compatible con todas las Raspberr
Para configurar pHAT DAC puedes utilizar el instalador online de una línea.
```bash
curl -sS get.pimoroni.com/phatdac | bash
curl -sS https://get.pimoroni.com/phatdac | bash
```

View File

@ -46,7 +46,7 @@ Usa dos CAP1188 chips de Microchip, con las direcciones i2c 0x28 y 0x2b
Puedes usar la siguiente línea para instalar y preparar el Piano HAT:
```bash
curl -sS get.pimoroni.com/pianohat | bash
curl -sS https://get.pimoroni.com/pianohat | bash
```
¡Y sigue las instrucciones!

View File

@ -73,7 +73,7 @@ La placa todo en uno con luz, sonido, entradas y salidas de Pimoroni vs Cyntech
Pibrella es fácil de usar, primero debes instalar el módulo usando LXTerminal/línea de comandos:
```bash
curl -sS get.pimoroni.com/pibrella | bash
curl -sS https://get.pimoroni.com/pibrella | bash
```
Después importalo en tu programa de Python y empieza a experimentar:

View File

@ -35,7 +35,7 @@ The board uses the SN3218 8-bit 18-channel PWM chip to drive surface mount LEDs.
Para configurar el módulo puedes utilizar el instalador online de una línea:
```bash
curl -sS get.pimoroni.com/piglow | bash
curl -sS https://get.pimoroni.com/piglow | bash
```
¡Y sigue las instrucciones!

View File

@ -51,7 +51,7 @@ Scroll pHAT proporciona una matriz de 55 LED blancos en formato píxel que es id
Para configurar el pHAT puedes utilizar el instalador online de una línea.
```bash
curl -sS get.pimoroni.com/scrollphat | bash
curl -sS https://get.pimoroni.com/scrollphat | bash
```
Luego impórtalo en tu script Python y empieza a realizar proyectos:

View File

@ -36,7 +36,7 @@ También reconoce gestos, incluyendo swipes y más.
Para instalar este HAT y dejarlo preparado para el uso, ejecuta:
```bash
curl -sS get.pimoroni.com/skywriter | bash
curl -sS https://get.pimoroni.com/skywriter | bash
```
¡Y sigue las instrucciones!

View File

@ -35,7 +35,7 @@ producir sonido a través del jack de audio ( audio analógico ), así que no pu
La instalación es fácil, únicamente:
```bash
curl -sS get.pimoroni.com/unicornhat | bash
curl -sS https://get.pimoroni.com/unicornhat | bash
```
Después importa el módulo en tu programa de Python y empieza a experimentar:

View File

@ -48,7 +48,7 @@ Nota: Unicorn pHAT usa un truco PWM, la misma técnica que hace que tu Pi pueda
Para configurar el pHAT puedes utilizar el instalador online de una línea.
```bash
curl -sS get.pimoroni.com/unicornhat | bash
curl -sS https://get.pimoroni.com/unicornhat | bash
```
Luego impórtalo en tu script Python y empieza a realizar proyectos:

View File

@ -57,5 +57,5 @@ Sports four Mote channels with microUSB connectors that can drive up to 64 RGB L
To get the pHAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/motephat | bash
curl -sS https://get.pimoroni.com/motephat | bash
```

View File

@ -43,7 +43,7 @@ Pan Tilt HAT uses a PIC16F1503 with custom firmware, and talks over i2c.
To get the HAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/pantilthat | bash
curl -sS https://get.pimoroni.com/pantilthat | bash
```
Then import it into your Python script and start tinkering:

View File

@ -49,5 +49,5 @@ Le chapeau Display-o-Tron est un LCD 3x16 caractères avec rétro-éclairage sur
Pour l'installation et mise en route exécutez simplement les commandes ci-dessous et suivez les instructions présentées à l'écran:
```bash
curl -sS get.pimoroni.com/dot3k | bash
curl -sS https://get.pimoroni.com/dot3k | bash
```

View File

@ -58,5 +58,5 @@ Le Display-o-Tron 3000 est un écran LCD avec 3 lignes, rétro-éclairage et joy
Pour l'installation et mise en route exécutez simplement les commandes ci-dessous et suivez les instructions présentées à l'écran:
```bash
curl -sS get.pimoroni.com/dot3k | bash
curl -sS https://get.pimoroni.com/dot3k | bash
```

View File

@ -96,7 +96,7 @@ L'Explorer HAT pro est un chapeau à usage multiple avec entrées et sorties en
Pour l'installation et mise en route exécutez simplement les commandes ci-dessous et suivez les instructions présentées à l'écran:
```bash
curl -sS get.pimoroni.com/explorerhat | bash
curl -sS https://get.pimoroni.com/explorerhat | bash
```
Puis, sous Python, en guise de test que tout fonctionne bien:

View File

@ -73,7 +73,7 @@ L'Explorer HAT est un chapeau multi-usage avec entrées et sorties en 5V, LED et
Pour l'installation et mise en route exécutez simplement les commandes ci-dessous et suivez les instructions présentées à l'écran:
```bash
curl -sS get.pimoroni.com/explorerhat | bash
curl -sS https://get.pimoroni.com/explorerhat | bash
```
Puis, sous Python, en guise de test que tout fonctionne bien:

View File

@ -46,5 +46,5 @@ Les microchips responsables de la gestion des touches tactiles sont deux CAP1188
Pour l'installation et mise en route exécutez simplement les commandes ci-dessous et suivez les instructions présentées à l'écran:
```bash
curl -sS get.pimoroni.com/pianohat | bash
curl -sS https://get.pimoroni.com/pianohat | bash
```

View File

@ -73,7 +73,7 @@ La Pibrella est une carte à usage multiple avec son, lumière, entrées et sort
Pour l'installation et mise en route exécutez simplement les commandes ci-dessous et suivez les instructions présentées à l'écran:
```bash
curl -sS get.pimoroni.com/pibrella | bash
curl -sS https://get.pimoroni.com/pibrella | bash
```
Puis, sous Python, en guise de test que tout fonctionne bien:

View File

@ -33,5 +33,5 @@ Le circuit intégré responsable de la gestion des LEDs est le SN3218, un microc
Pour l'installation et mise en route exécutez simplement les commandes ci-dessous et suivez les instructions présentées à l'écran:
```bash
curl -sS get.pimoroni.com/piglow | bash
curl -sS https://get.pimoroni.com/piglow | bash
```

View File

@ -35,5 +35,5 @@ En analysant ces données dans le temps il est aussi possible de reconnaître to
Pour l'installation et mise en route exécutez simplement les commandes ci-dessous et suivez les instructions présentées à l'écran:
```bash
curl -sS get.pimoroni.com/skywriter | bash
curl -sS https://get.pimoroni.com/skywriter | bash
```

View File

@ -33,7 +33,7 @@ Important: l'opération de l'Unicorn au travers de la broche PWM n'est pas compa
Pour l'installation et mise en route exécutez simplement les commandes ci-dessous et suivez les instructions présentées à l'écran:
```bash
curl -sS get.pimoroni.com/unicornhat | bash
curl -sS https://get.pimoroni.com/unicornhat | bash
```
Puis, sous Python, en guise de test que tout fonctionne bien:

View File

@ -90,7 +90,7 @@ Automation HAT is a home monitoring and automation controller for the Raspberry
To get the HAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/automationhat | bash
curl -sS https://get.pimoroni.com/automationhat | bash
```
Then import it into your Python script and start tinkering:

View File

@ -33,7 +33,7 @@ Blinkt! is a super slimline Raspberry Pi Add-on board with 8 APA-102 LEDs.
To get started you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/blinkt | bash
curl -sS https://get.pimoroni.com/blinkt | bash
```
## Code

View File

@ -44,7 +44,7 @@ Features: 8 touch sensitive buttons and 8 LEDs. Works with Piano HAT (it uses a
To get the HAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/drumhat | bash
curl -sS https://get.pimoroni.com/drumhat | bash
```
And follow the instructions!

View File

@ -61,7 +61,7 @@ Features:
To get the pHAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/envirophat | bash
curl -sS https://get.pimoroni.com/envirophat | bash
```
Then import it into your Python script and start tinkering:

View File

@ -45,5 +45,5 @@ The ESP IoT pHAT is an ESP8266 based add-on for the Raspberry Pi. It provides so
To get the pHAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/iotphat | bash
curl -sS https://get.pimoroni.com/iotphat | bash
```

View File

@ -101,7 +101,7 @@ install:
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
curl -sS https://get.pimoroni.com/explorerhat | bash
```
Then import it into your Python script and start tinkering:

View File

@ -42,7 +42,7 @@ The board uses three IS31FL3730 matrix driver chips, each driving two of the mat
To get the pHAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/microdotphat | bash
curl -sS https://get.pimoroni.com/microdotphat | bash
```
Then import it into your Python script and start tinkering:

View File

@ -57,5 +57,5 @@ Sports four Mote channels with microUSB connectors that can drive up to 64 RGB L
To get the pHAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/motephat | bash
curl -sS https://get.pimoroni.com/motephat | bash
```

View File

@ -43,7 +43,7 @@ Pan Tilt HAT uses a PIC16F1503 with custom firmware, and talks over i2c.
To get the HAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/pantilthat | bash
curl -sS https://get.pimoroni.com/pantilthat | bash
```
Then import it into your Python script and start tinkering:

View File

@ -41,5 +41,5 @@ Though designed to match the format of the Raspberry Pi Zero it is compatible wi
To get the pHAT DAC set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/phatdac | bash
curl -sS https://get.pimoroni.com/phatdac | bash
```

View File

@ -50,7 +50,7 @@ The Scroll pHAT provides a matrix of 55 white LED pixels that is ideal for writi
To get the pHAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/scrollphat | bash
curl -sS https://get.pimoroni.com/scrollphat | bash
```
Then import it into your Python script and start tinkering:

View File

@ -48,7 +48,7 @@ Note: Unicorn pHAT uses some special PWM trickery, performed with the same hardw
To get the HAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/unicornhat | bash
curl -sS https://get.pimoroni.com/unicornhat | bash
```
Then import it into your Python script and start tinkering:

View File

@ -50,7 +50,7 @@ Entrambi questi bus possono essere comunque condivisi con altre periferiche.
Per preparare e impostare l'HAT puoi utilizzare l'installer fornito:
```bash
curl -sS get.pimoroni.com/dot3k | bash
curl -sS https://get.pimoroni.com/dot3k | bash
```
…e seguire le istruzioni!

View File

@ -58,7 +58,7 @@ Il Display-o-Tron 3000 è un LCD da 3 righe di caratteri retroilluminato RGB e c
Per preparare e impostare il modulo puoi utilizzare l'installer fornito:
```bash
curl -sS get.pimoroni.com/dot3k | bash
curl -sS https://get.pimoroni.com/dot3k | bash
```
…e seguire le istruzioni!

View File

@ -96,7 +96,7 @@ Input ed output a 5V, touch pad, LED, input analogici e un motore H-Bridge sono
Per preparare e impostare il modulo puoi utilizzare l'installer fornito:
```bash
curl -sS get.pimoroni.com/explorerhat | bash
curl -sS https://get.pimoroni.com/explorerhat | bash
```
Importalo poi nel tuo script Python e inizia a smanettare:

View File

@ -73,7 +73,7 @@ Input ed output a 5V, touch pad, LED sono le caratteristiche dell'Explorer HAT P
Per preparare e impostare il modulo puoi utilizzare l'installer fornito:
```bash
curl -sS get.pimoroni.com/explorerhat | bash
curl -sS https://get.pimoroni.com/explorerhat | bash
```
Importalo poi nel tuo script Python e inizia a smanettare:

View File

@ -47,7 +47,7 @@ Utilizza due Microchip CAP1188 con indirizzi i2c 0x28 e 0x2b.
Per preparare e impostare l'HAT puoi utilizzare l'installer fornito:
```bash
curl -sS get.pimoroni.com/pianohat | bash
curl -sS https://get.pimoroni.com/pianohat | bash
```
…e seguire le istruzioni!

View File

@ -74,7 +74,7 @@ del Raspberry, ma la seriale e l'I2C restano liberi, lasciando molto spazio alla
Pibrella è facile da usare; innanzitutto devi installare il modulo usando un terminale (LXTerminal):
```bash
curl -sS get.pimoroni.com/pibrella | bash
curl -sS https://get.pimoroni.com/pibrella | bash
```
E poi lo importi nel tuo script Python per smanettare:

View File

@ -36,7 +36,7 @@ che puoi usare nei tuoi script Python.
Per preparare e impostare l'HAT puoi utilizzare l'installer fornito:
```bash
curl -sS get.pimoroni.com/skywriter | bash
curl -sS https://get.pimoroni.com/skywriter | bash
```
…e seguire le istruzioni!

View File

@ -35,7 +35,7 @@ suoni tramite il jack audio (analogico), per cui non puoi usare entrambi allo st
Per preparare e impostare l'HAT puoi utilizzare l'installer fornito:
```bash
curl -sS get.pimoroni.com/unicornhat | bash
curl -sS https://get.pimoroni.com/unicornhat | bash
```
Importalo poi nel tuo script Python e inizia a smanettare:

View File

@ -90,7 +90,7 @@ Automation HAT is a home monitoring and automation controller for the Raspberry
To get the HAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/automationhat | bash
curl -sS https://get.pimoroni.com/automationhat | bash
```
Then import it into your Python script and start tinkering:

View File

@ -33,7 +33,7 @@ Blinkt! is a super slimline Raspberry Pi Add-on board with 8 APA-102 LEDs.
To get started you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/blinkt | bash
curl -sS https://get.pimoroni.com/blinkt | bash
```
## Code

View File

@ -44,7 +44,7 @@ Features: 8 touch sensitive buttons and 8 LEDs. Works with Piano HAT (it uses a
To get the HAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/drumhat | bash
curl -sS https://get.pimoroni.com/drumhat | bash
```
And follow the instructions!

View File

@ -61,7 +61,7 @@ Features:
To get the pHAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/envirophat | bash
curl -sS https://get.pimoroni.com/envirophat | bash
```
Then import it into your Python script and start tinkering:

View File

@ -45,5 +45,5 @@ The ESP IoT pHAT is an ESP8266 based add-on for the Raspberry Pi. It provides so
To get the pHAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/iotphat | bash
curl -sS https://get.pimoroni.com/iotphat | bash
```

View File

@ -101,7 +101,7 @@ install:
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
curl -sS https://get.pimoroni.com/explorerhat | bash
```
Then import it into your Python script and start tinkering:

View File

@ -42,7 +42,7 @@ The board uses three IS31FL3730 matrix driver chips, each driving two of the mat
To get the pHAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/microdotphat | bash
curl -sS https://get.pimoroni.com/microdotphat | bash
```
Then import it into your Python script and start tinkering:

View File

@ -57,5 +57,5 @@ Sports four Mote channels with microUSB connectors that can drive up to 64 RGB L
To get the pHAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/motephat | bash
curl -sS https://get.pimoroni.com/motephat | bash
```

View File

@ -43,7 +43,7 @@ Pan Tilt HAT uses a PIC16F1503 with custom firmware, and talks over i2c.
To get the HAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/pantilthat | bash
curl -sS https://get.pimoroni.com/pantilthat | bash
```
Then import it into your Python script and start tinkering:

View File

@ -41,5 +41,5 @@ Though designed to match the format of the Raspberry Pi Zero it is compatible wi
To get the pHAT DAC set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/phatdac | bash
curl -sS https://get.pimoroni.com/phatdac | bash
```

View File

@ -33,7 +33,7 @@ The board uses the SN3218 8-bit 18-channel PWM chip to drive surface mount LEDs.
To get the module set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/piglow | bash
curl -sS https://get.pimoroni.com/piglow | bash
```
And follow the instructions!

View File

@ -50,7 +50,7 @@ The Scroll pHAT provides a matrix of 55 white LED pixels that is ideal for writi
To get the pHAT set up and ready to go you can use the one-line product installer:
```bash
curl -sS get.pimoroni.com/scrollphat | bash
curl -sS https://get.pimoroni.com/scrollphat | bash
```
Then import it into your Python script and start tinkering:

Some files were not shown because too many files have changed in this diff Show More