add mpremote copy
This commit is contained in:
parent
2d6fe96072
commit
c01b88a030
11
README.md
11
README.md
@ -22,7 +22,16 @@ Pi Pico VSCode:
|
||||
https://randomnerdtutorials.com/raspberry-pi-pico-vs-code-micropython/
|
||||
|
||||
|
||||
## Install IR lib
|
||||
## Install IR test lib
|
||||
`$ mpremote connect /dev/ttyACM0 mip install "github:peterhinch/micropython_ir/ir_tx"`
|
||||
`$ mpremote mip install "github:peterhinch/micropython_ir/ir_rx"`
|
||||
`$ mpremote mip install "github:peterhinch/micropython-async/v3/primitives"`
|
||||
|
||||
|
||||
## install LT
|
||||
|
||||
install lib folder on device
|
||||
`$ mpremote connect /dev/ttyACM0 cp -r ./lib :`
|
||||
|
||||
install main.py
|
||||
`$ mpremote connect /dev/ttyACM0 cp ./main.py :`
|
@ -1 +0,0 @@
|
||||
Subproject commit b6697bc2127840b100037da3853bd3d3dd7751b2
|
Loading…
Reference in New Issue
Block a user