-
Notifications
You must be signed in to change notification settings - Fork 0
Blink_LED_Challenges
der-programmer1 edited this page Oct 24, 2025
·
2 revisions
Task 1: Modify the blink interval to make the LED blink twice as fast.
View Blink.ino Code
Task 2: Connect a second LED to a different pin and make it blink alternately.
View Blink.ino Code
Task 3: Implement a button to toggle the LED on/off.
View Blink.ino Code
- Use constants for pin numbers and delay times.
- Test each modification step-by-step.