aboutsummaryrefslogtreecommitdiff
path: root/cc3200/README.md
diff options
context:
space:
mode:
authorMartijn Koster2015-10-25 11:01:07 +0000
committerdanicampora2015-10-25 21:36:01 +0100
commit8e8aac89a5c5cd9e1510f332194d286df7e08945 (patch)
treed5197966a363ec0bbb7c9a7c13a6873e59bfdd93 /cc3200/README.md
parentc773053f58680ad52130d84c3c1f22ad474da942 (diff)
cc3200: Update README to change pyb to machine.
Diffstat (limited to 'cc3200/README.md')
-rw-r--r--cc3200/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/cc3200/README.md b/cc3200/README.md
index d02e233ce..218492554 100644
--- a/cc3200/README.md
+++ b/cc3200/README.md
@@ -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: