cc3200: Update README to change pyb to machine.

pull/1539/head
Martijn Koster 2015-10-25 11:01:07 +00:00 zatwierdzone przez danicampora
rodzic c773053f58
commit 8e8aac89a5
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -80,8 +80,8 @@ the file was successfully transferred, and it has been signed with a MD5 checksu
Now, reset the MCU by pressing the switch on the board, or by typing:
```python
import pyb
pyb.reset()
import machine
machine.reset()
```
### Note regarding FileZilla: