wholder / DebugWireDebuggerProgrammer

An Arduino Sketch that can control and debug other AVR MCU's using the debugWire Protocol
46 stars 12 forks source link

Support for building with platformio #7

Open kristianwiklund opened 1 year ago

kristianwiklund commented 1 year ago

I added a platformio.ini file for building for Uno plus a symbolic link from src to the sketch folder - this allows builds from the command line with pio instead of running the Arduino IDE. Nothing else is changed.