1 2 3 4 5 6 7 8 9 10 11 12
#include "Arduino.h" #include <loop_arduino.h> void setup() { //Please write appropriate setup functions here. } int i = 0; void loop() { loop_arduino(); }