updated libraries
This commit is contained in:
parent
d5d5d000b3
commit
3b7e68065a
102 changed files with 3020 additions and 1624 deletions
|
|
@ -1,8 +1,9 @@
|
|||
/// @file Overclock.ino
|
||||
/// @brief Demonstrates how to overclock a FastLED setup
|
||||
|
||||
#include "FastLED.h"
|
||||
|
||||
#ifdef __AVR__
|
||||
#if !SKETCH_HAS_LOTS_OF_MEMORY
|
||||
// To effectively test the overclock feature we need
|
||||
// a large enough dataset to test against. Unfortunately
|
||||
// the avr platforms don't have enough memory so this example
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue