Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1.14 KB

README.md

File metadata and controls

18 lines (11 loc) · 1.14 KB

Glimpse on Arduino

Some of my first codes on Arduino UNO, whether for testing or learning

Favourite sources so far:

Simulation software in usage:

In this project, i mainly used Tinkercad software as the circuit assembly tool and visual representation

Arduino functionality and extra references:

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.