schacon / blink

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

Change delay to 3 seconds #1416

Closed tigersudheer closed 3 months ago

tigersudheer commented 3 months ago

Overview

This pull request updates the blink.ino file to increase the delay between LED blinks from 1 second to 3 seconds.

Changes Made

Rationale

The original delay of 1 second between LED blinks was quite fast for the intended visual effect. Increasing the delay to 3 seconds makes the blinking rate more noticeable and suitable for longer visual intervals.

Testing

Please review the changes and let me know if any additional modifications are required. Thank you!