What is the Arduino IDE? As we know we need a text/code editor to write the code, a compiler to convert that code to machine code or binary files so that the microcontroller can understand, and also ...
In this repo I'll be covering a step by step guide of programming an ATmega328P IC (The same micro-controller present on Arduino UNO) using Arduino IDE and an Arduino UNO as a programmer to make ...