Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Task

Modify your blinky program such that it blinks only when the switch is turned ON.

Hint

  • In setup(), pinMode(2, INPUT); should be inserted.
  • Place the code for blinking the LED below // do something in the code in Using Digital Input section.
  • No labels