FastLED
3.9.15
Loading...
Searching...
No Matches
◆
SetPSRamAllocator()
void fl::SetPSRamAllocator
(
void *(*
alloc
)(size_t),
void(*
free
)(void *) )
Definition at line
36
of file
allocator.cpp
.
36
{
37
Alloc = alloc;
38
Dealloc = free;
39
}
fl
Generated on Tue Jun 24 2025 00:58:15 for FastLED by
1.13.2