Fixed indentation

This commit is contained in:
Philip Howard 2015-11-11 19:19:34 +00:00
parent b6b2cc9e30
commit ec1b57e422
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ install:
- 'explorerhat' - 'explorerhat'
'python3': 'python3':
- 'explorerhat' - 'explorerhat'
'examples': 'examples/' 'examples': 'examples/'
pincount: 40 pincount: 40
pin: pin:
'7': '7':
@ -84,4 +84,4 @@ Ardından Python scriptinize aşağıdaki kodları ekleyip prototipinizi kurcala
```bash ```bash
import explorerhat import explorerhat
explorerhat.light.on() explorerhat.light.on()
``` ```