brettwatty / arduino-nano-4x-charger-discharger

17 stars 8 forks source link

Platform IO integration #2

Open gautenk opened 3 years ago

gautenk commented 3 years ago

Created a version of the code based on PlatformIO. It makes it easier to get libraries, compile and upload to different platforms. Its also better integrated into VS Code, than the original Arduino IDE.

A couple of other changes done as well:

If you dislike any of the changes, you are of course free to the ones you dislike!

I would like to enhance the functionality of this code in the future, and if you like I will make them compatible with the original code, and create pull-requests for each function.