Skip to content

Latest commit

 

History

History
 
 

AsyncLedStripEffects

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

#014 AsyncLedStripEffects

Demonstrates timer-interrupt triggering of addressable LED array effects using the FlexiTimer2 library.

Here's a quick video of the demo:

AsyncLedStripEffects - using a timer interrupt to run effects on an LED array

▶️ return to the LEAP Catalog

Notes

When running an animation sequence on an LED array, we don't want it upset by other processing on the Arduino. This sketch uses the FlexiTimer2 library to drive the effect sequence from a timer interrupt. That leaves the main loop() for doing other things.

Construction

The Breadboard

The Schematic

The Build

Credits and References