schacon / blink

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

Change delay to 3 seconds #1383

Open denniszomar opened 5 months ago

denniszomar commented 5 months ago

Changing the code to be a longer delay Updating comments about delay to match delay time

denniszomar commented 5 months ago

Sample code:

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

Updating comments about delay to match delay time

This was originally missed but amended the commit

denniszomar commented 5 months ago

Love this 👍

denniszomar commented 5 months ago

Screenshot of new code:

Screen Shot 2024-04-15 at 1 32 39 PM