Skip to content

Commit 8e8aac8

Browse files
makuk66danicampora
authored andcommitted
cc3200: Update README to change pyb to machine.
1 parent c773053 commit 8e8aac8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cc3200/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ the file was successfully transferred, and it has been signed with a MD5 checksu
8080
Now, reset the MCU by pressing the switch on the board, or by typing:
8181

8282
```python
83-
import pyb
84-
pyb.reset()
83+
import machine
84+
machine.reset()
8585
```
8686

8787
### Note regarding FileZilla:

0 commit comments

Comments
 (0)