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

Method transition

src/fl/sensors/pir.cpp.hpp:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58u8 Pir::transition(u32 now) {
59 // ensure detect() logic runs so we trigger on edges
60 detect(now);
61 return mRamp.update8(now);
62}
63
64} // namespace fl

Callers

nothing calls this directly

Calls 1

update8Method · 0.80

Tested by

no test coverage detected