Loading...
Searching...
No Matches
Go to the documentation of this file.
6#if FASTLED_USE_PROGMEM != 0
7#error "FASTLED_USE_PROGMEM should be 0 for WASM"
10#if SKETCH_HAS_LARGE_MEMORY != 1
11#error "SKETCH_HAS_LARGE_MEMORY should be 1 for WASM"
14#if SKETCH_HAS_HUGE_MEMORY != 1
15#error "SKETCH_HAS_HUGE_MEMORY should be 1 for WASM"
18#if FASTLED_ALLOW_INTERRUPTS != 1
19#error "FASTLED_ALLOW_INTERRUPTS should be 1 for WASM"
23#error "F_CPU should be defined for WASM"
28#error "WASM F_CPU should be reasonably high (not real hardware constraint)"
32#ifndef FASTLED_STUB_IMPL
33#error "FASTLED_STUB_IMPL should be defined for WASM"
36#ifndef digitalPinToBitMask
37#error "digitalPinToBitMask should be defined for WASM"