Some of my first codes on Arduino UNO, whether for testing or learning
In this project, i mainly used Tinkercad software as the circuit assembly tool and visual representation
For references about arduino architecture regarding its documentation:
In this project, Arduino IDE was utilized for the hardwork of compiling and uploading code to the board. Later on, an useful alternative was PlatformIO VS Code extension, that can be usually a big helping hand in function of its great integration and feature selection. For compiling c++ files in general, i opted installing GCC MinGW.