BobGlicksman / LoRa_experiments

tests of LoRA module ranging and low power
0 stars 1 forks source link

ENH: Burn ATmega code from within Visual Studio Code #27

Open jschrempp opened 2 hours ago

jschrempp commented 2 hours ago

It would be great to get away from the Arduino IDE. I don't know if this is possible.

BobGlicksman commented 2 hours ago

I don't know either - particularly the way that we are flashing code to bare bones chips via SPI lines. We would have to figure out what calls to avrdude are being made and what other configuration information is needed in order to flash the code from a command line (or integrate with VSCode).