MCPcopy Create free account
hub / github.com/FastLED/FastLED / strobe

Function strobe

src/platforms/avr/atmega/common/avr_pin.h:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 inline static void set(FASTLED_REGISTER fl::u8 val) __attribute__((always_inline)) { _PORT::r() = val; }
26
27 inline static void strobe() __attribute__((always_inline)) { toggle(); toggle(); }
28
29 inline static void toggle() __attribute__((always_inline)) { _PIN::r() = _MASK; }
30

Callers

nothing calls this directly

Calls 1

toggleFunction · 0.70

Tested by

no test coverage detected