Fixed rogue indentation

Pun... intended?
This commit is contained in:
Philip Howard 2015-11-11 19:19:13 +00:00
parent ffcafd0370
commit b6b2cc9e30
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
i2c:
'0x28':
@ -116,4 +116,4 @@ Ardından Python scriptinize aşağıdaki kodları ekleyip prototipinizi kurcala
```bash
import explorerhat
explorerhat.light.on()
```
```