FastLED 3.9.15
|
LIB8STATIC uint16_t beat16 | ( | accum88 | beats_per_minute, |
uint32_t | timebase = 0 ) |
Generates a 16-bit "sawtooth" wave at a given BPM.
beats_per_minute | the frequency of the wave, in decimal |
timebase | the time offset of the wave from the millis() timer |
Definition at line 913 of file lib8tion.h.
References beat88(), and LIB8STATIC.
Referenced by beat8(), beatsin16(), fl::Pacifica::draw(), and pacifica_loop().