Rename ultrasound to pico
This commit is contained in:
7
pico/Makefile
Normal file
7
pico/Makefile
Normal file
@@ -0,0 +1,7 @@
|
||||
.PHONY: deploy
|
||||
deploy:
|
||||
mpremote fs cp src/* :
|
||||
|
||||
.PHONY: run
|
||||
run: deploy
|
||||
mpremote exec "import main; main.main()"
|
||||
Reference in New Issue
Block a user