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

◆ clear()

void fl::FFTBins::clear ( )
inline

Definition at line 19 of file fft.h.

19 {
20 bins_raw.clear();
21 bins_db.clear();
22 }
fl::vector< float > bins_raw
Definition fft.h:27
fl::vector< float > bins_db
Definition fft.h:29

References bins_db, and bins_raw.

Referenced by fl::FFTContext::fft_unit_test().

+ Here is the caller graph for this function: