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

◆ set() [2/2]

void fl::bitset_dynamic::set ( uint32_t pos,
bool value )
inlinenoexcept

Definition at line 175 of file bitset_dynamic.h.

175 {
176 if (value) {
177 set(pos);
178 } else {
179 reset(pos);
180 }
181 }
uint8_t pos
Definition Blur.ino:11
void set(uint32_t pos) noexcept
void reset() noexcept

References pos, reset(), and set().

+ Here is the call graph for this function: