Rename ultrasound to pico

This commit is contained in:
2025-07-01 21:52:36 +02:00
parent 52c6c2b2e8
commit 526e7d6551
5 changed files with 0 additions and 0 deletions

7
pico/Makefile Normal file
View File

@@ -0,0 +1,7 @@
.PHONY: deploy
deploy:
mpremote fs cp src/* :
.PHONY: run
run: deploy
mpremote exec "import main; main.main()"