BobGlicksman / LoRa_experiments

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

ENH: Move Arduino hardware files into known position in repo #26

Open jschrempp opened 2 hours ago

jschrempp commented 2 hours ago

I would like to work on the ATmega code in-place in the repo. This requires the /hardware folder tree to be in the repo somewhere. Let's discuss the best place to put this. I want to avoid having to copy code into another location to be able to burn it to the ATmega

BobGlicksman commented 2 hours ago

When I started working with the Arduino IDE, I just did a "save as" into a file in my local github repo. Now, all of the changes are in github. Of course, I need to push the changes to the cloud when I am ready to release. And of course, I try to work in a branch until we agree to merge the new code into main. But the point here is that you don't have to copy your Arduino IDE work out of your sketchbook and into github -- you can save to your local repo directly.