News

int i = 0; const int LED = 11; //define the pin we use for LED void setup() { pinMode(LED, OUTPUT); //set pin 11 as OUTPUT } void loop() { for (int i = 0; i 0; i--){ //descrease i with 1 ...
Remove the chip and insert it into your circuit board’s IC socket Ready, Set and GO! Note: Pin D9 on the Arduino is not the same pin 9 on the ATmega328 IC. Pin 15 on the IC is actually the pin for ...