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