Skip to content

Instantly share code, notes, and snippets.

@zetlan
zetlan / led-ring.ino
Last active December 16, 2016 14:51
Davis's LED ring code
/*
Simple Arduino program to turn a series of pins controlling LEDs on and off
in sequence. Each pin/LED remains on for the same period of time.
*/
/*
Set the first and last pins, and the time for which pins will be on. These
numbers are "inclusive" – pins X through Y, including both X and Y.
Delay is in milliseconds.
*/