FastLED 3.9.15
Loading...
Searching...
No Matches
sketch_macros.h
Go to the documentation of this file.
1#pragma once
2
3#if defined(__AVR__) ||defined(ARDUINO_TEENSYLC) || defined(ARDUINO_TEENSY30) || defined(STM32F1) || defined(ARDUINO_ARCH_RENESAS_UNO)
4#define SKETCH_HAS_LOTS_OF_MEMORY 0
5#else
6#define SKETCH_HAS_LOTS_OF_MEMORY 1
7#endif