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

◆ strobe()

template<uint8_t PIN>
static void FastPin< PIN >::strobe ( )
inlinestatic

Toggle the pin twice to create a short pulse.

Definition at line 244 of file fastpin.h.

244{ toggle(); toggle(); }
static void toggle()
Toggle the pin.
Definition fastpin.h:247