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

Function lo

src/fl/system/fastpin_base.h:162–162  ·  view source on GitHub ↗

@copydoc Pin::lo()

Source from the content-addressed store, hash-verified

160 inline static void hi() FL_NOEXCEPT __attribute__ ((always_inline)) { }
161 /// @copydoc Pin::lo()
162 inline static void lo() FL_NOEXCEPT __attribute__ ((always_inline)) { }
163
164 /// @copydoc Pin::strobe()
165 inline static void strobe() FL_NOEXCEPT __attribute__ ((always_inline)) { }

Callers 1

math.hFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected