Files
Scanning the repository...
Last update 9 years 1 month
by James Willcox
| Files | |
|---|---|
| PCB | |
| src | |
| .gitignore | |
| LICENSE | |
| Makefile | |
| platformio.ini |
MakefileSERIAL_PORT ?= /dev/cu.usbserial-DN00Z3UY ENV ?= debug all: build clean: platformio run -e $(ENV) -t clean build: platformio run -e $(ENV) install: platformio run -e $(ENV) -t upload --upload-port $(SERIAL_PORT) monitor: platformio serialports monitor --port $(SERIAL_PORT)