cc3200: Update README to change pyb to machine.
This commit is contained in:
parent
c773053f58
commit
8e8aac89a5
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue