install instructions added to blinkt

This commit is contained in:
RogueM 2016-10-28 18:21:13 +01:00
parent f59756a071
commit c7ec004e93
6 changed files with 36 additions and 0 deletions

View File

@ -30,6 +30,12 @@ pin:
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
```
## Code
```python

View File

@ -30,6 +30,12 @@ pin:
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
```
## Code
```python

View File

@ -30,6 +30,12 @@ pin:
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
```
```python
from blinkt import set_pixel, show
from random import randint

View File

@ -30,6 +30,12 @@ pin:
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
```
## Code
```python

View File

@ -30,6 +30,12 @@ pin:
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
```
## Code
```python

View File

@ -30,6 +30,12 @@ pin:
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
```
## Code
```python