schacon / blink

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

Change delay to 3 seconds #1429

Open msat800-tiger opened 2 months ago

msat800-tiger commented 2 months ago

There was a big problem with the code

The problem

it was not efficient

But,

This should improve #2

Sample code

for i in range(5):
    print("i is :", i)