platformio
PlatformIO
Init mit QtCreator
- Init:
pio init –ide qtcreator –board nanoatmega328
- Build:
pio run
- Clean:
pio run –target clean
- Deploy:
pio run –target upload
- Run:
minicom –baudrate 115200 –device /dev/ttyACM0
Don't forget to checkRun in terminal
platformio.txt · Zuletzt geändert: 2019/01/26 11:22 von karl