A collection of Arduino utilities used in Cruising Geek projects
These utilities are for Arduino compatible boards but could be ported to non Arduino CPUs easily
I have included the workspace setup and c_cpp_properties.json files to allow using VSCode. However, when compiling in VSCode it still uses the library location in the my documents folder. The current work-around is to copy all the files under /src to your local libraries arduino folder.
This may also be an issue with the actual Arduino IDE. I'm not too familiar with setting up Arduino to actually build libraries.