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

◆ strobe()

FL_DISABLE_WARNING_POP void Pin::strobe ( )
inline

Toggle the pin twice to create a short pulse.

Definition at line 153 of file fastpin.h.

153{ toggle(); toggle(); }
void toggle()
Toggle the pin.
Definition fastpin.h:156

References toggle().

+ Here is the call graph for this function: