schacon / blink

Example file to blink the LED on an Arduino
96 stars 2.04k forks source link

Change delay to 3 seconds #1302

Open joep99 opened 1 year ago

joep99 commented 1 year ago
for(int i=0 ; i < 5 ; i++)
{
  System.out.println("i is : " + i);
}