Skip to content
This repository was archived by the owner on Aug 18, 2021. It is now read-only.

Latest commit

 

History

History
9 lines (5 loc) · 269 Bytes

lesson.md

File metadata and controls

9 lines (5 loc) · 269 Bytes

Arduino Blink

The "Hello World" Arduino code example: Blinking an LED.

The red LED is attached to digital pin 13, represented by LED_BUILTIN in the code.

Click on "Run Code" to see it in action.