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

◆ strobe()

void Pin::strobe ( )
inline

Toggle the pin twice to create a short pulse.

Definition at line 84 of file fastpin.h.

84{ toggle(); toggle(); }
void toggle()
Toggle the pin.
Definition fastpin.h:87

References toggle().

+ Here is the call graph for this function: