imported from "final" folder
This commit is contained in:
19
.pio/libdeps/esp01_1m/FastLED/examples/Async/Async.ino
Normal file
19
.pio/libdeps/esp01_1m/FastLED/examples/Async/Async.ino
Normal file
@@ -0,0 +1,19 @@
|
||||
#include <Arduino.h>
|
||||
#include "fl/sketch_macros.h"
|
||||
|
||||
#if SKETCH_HAS_LOTS_OF_MEMORY
|
||||
|
||||
#include "./Async.h"
|
||||
|
||||
#else
|
||||
|
||||
void setup() {
|
||||
Serial.begin(9600);
|
||||
}
|
||||
|
||||
void loop() {
|
||||
Serial.println("Not enough memory");
|
||||
delay(1000);
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user