updated libraries
This commit is contained in:
parent
d5d5d000b3
commit
3b7e68065a
102 changed files with 3020 additions and 1624 deletions
14
libraries/FastLED/examples/Downscale/Downscale.ino
Normal file
14
libraries/FastLED/examples/Downscale/Downscale.ino
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
|
||||
#include <Arduino.h>
|
||||
#include <FastLED.h>
|
||||
|
||||
|
||||
#if !SKETCH_HAS_LOTS_OF_MEMORY
|
||||
// Platform does not have enough memory
|
||||
void setup() {}
|
||||
void loop() {}
|
||||
#else
|
||||
|
||||
#include "Downscale.h"
|
||||
|
||||
#endif // SKETCH_HAS_LOTS_OF_MEMORY
|
||||
Loading…
Add table
Add a link
Reference in a new issue