Added install data to unicorn-hat.md

This commit is contained in:
Philip Howard 2015-10-28 13:17:24 +00:00
parent f8e30d0460
commit 1bd518eb55
1 changed files with 10 additions and 1 deletions

View File

@ -6,6 +6,15 @@ url: http://shop.pimoroni.com/products/unicorn-hat
buy: http://shop.pimoroni.com/products/unicorn-hat
description: 64 blindingly bright RGB LEDs on a single HAT
github: https://github.com/pimoroni/unicornhat
install:
'apt':
- 'python-dev'
- 'python3-dev'
'python'
- 'unicornhat'
'python3'
- 'unicornhat'
'examples': 'python/examples/'
pincount: 40
pin:
'12':
@ -35,4 +44,4 @@ Then import it into your Python script and start tinkering:
import unicornhat
unicornhat.set_pixel(0, 0, 255, 255, 255)
unicornhat.show()
```
```