Skip to content

Commit 80b27cd

Browse files
committed
har_trees: Add missing instructions
1 parent 8d9db70 commit 80b27cd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

examples/har_trees/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ mpremote mip install github:jonnor/micropython-zipfile
100100

101101
Copy example code
102102
```
103-
mpremote cp uci_har.trees.csv uci_har.testdata.npz timebased.py :
103+
mpremote cp uci_har.trees.csv uci_har.testdata.npz uci_har.meta.json timebased.py :
104104
```
105105

106106
Run model evaluation on a test set
@@ -118,6 +118,8 @@ Using a MPU6886 accelerometer connected via I2C.
118118
Install dependencies. In addition to the above
119119
```
120120
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"
121123
mpremote cp windower.py :
122124
```
123125

0 commit comments

Comments
 (0)