BlueTeam

This is the code repo for 2.009 Blue Team. It is intended to be used for source control for Arduino code. Please see https://medium.com/@thomas.kilmar/arduino-cli-with-visual-studio-code-on-macos-d2ad32ff0276 for instructions on using Arduino with VSCode on Mac. This link is also helpful: https://arduino.github.io/arduino-cli/0.19/installation/ This link should help for Windows: https://colddsam.medium.com/exploring-the-world-of-arduino-programming-in-visual-studio-code-bbcb4af982e7

Each script must be a .ino format file and must reside in a folder with the same name as the file.

To create new sketches, you can run : arduino-cli sketch new sketchName in the terminal under the BlueTeam directory