cc3200: Update README to change pyb to machine.

This commit is contained in:
Martijn Koster 2015-10-25 11:01:07 +00:00 committed by danicampora
parent c773053f58
commit 8e8aac89a5
1 changed files with 2 additions and 2 deletions

View File

@ -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: