mirror of
https://github.com/TheusHen/EEGFrontier.git
synced 2026-04-12 23:05:49 +00:00
PlatformIO Tests
Run unit tests (host / local PC)
pio test -e native
Build firmware (RP2040 / XIAO)
pio run -e xiao_rp2040
Optional: upload firmware
pio run -e xiao_rp2040 -t upload