We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d9db70 commit 80b27cdCopy full SHA for 80b27cd
1 file changed
examples/har_trees/README.md
@@ -100,7 +100,7 @@ mpremote mip install github:jonnor/micropython-zipfile
100
101
Copy example code
102
```
103
-mpremote cp uci_har.trees.csv uci_har.testdata.npz timebased.py :
+mpremote cp uci_har.trees.csv uci_har.testdata.npz uci_har.meta.json timebased.py :
104
105
106
Run model evaluation on a test set
@@ -118,6 +118,8 @@ Using a MPU6886 accelerometer connected via I2C.
118
Install dependencies. In addition to the above
119
120
mpremote mip install github:jonnor/micropython-mpu6886
121
+mpremote mip install "github:peterhinch/micropython-nano-gui"
122
+mpremote mip install "github:peterhinch/micropython-nano-gui/drivers/st7789"
123
mpremote cp windower.py :
124
125
0 commit comments