|
FastLED 3.9.15
|
| LIB8STATIC u16 fl::beat88 | ( | accum88 | beats_per_minute_88, |
| u32 | timebase = 0 ) |
Generates a 16-bit "sawtooth" wave at a given BPM, with BPM specified in Q8.8 fixed-point format.
| beats_per_minute_88 | the frequency of the wave, in Q8.8 format |
| timebase | the time offset of the wave from the millis() timer |
Definition at line 26 of file beat.h.