FastLED 3.9.15
Loading...
Searching...
No Matches

◆ SetPSRamAllocator()

void fl::SetPSRamAllocator ( void *(* alloc )(fl::size),
void(* free )(void *) )

Definition at line 72 of file allocator.cpp.

72 {
73 Alloc = alloc;
74 Dealloc = free;
75}