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

◆ has_psram()

bool fl::HeapInfo::has_psram ( ) const
inline

Check if PSRAM is available.

Definition at line 24 of file heap.h.

24{ return free_psram > 0; }
fl::size free_psram
Free PSRAM in bytes (external slower memory, 0 if not available)
Definition heap.h:18

References free_psram.