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

Method activate

src/fl/sensors/pir.h:61–61  ·  view source on GitHub ↗

Manually start the latch cycle (e.g. on startup)

Source from the content-addressed store, hash-verified

59
60 /// Manually start the latch cycle (e.g. on startup)
61 void activate(u32 now) { mRamp.trigger(now); }
62
63private:
64 PirLowLevel mPir;

Callers

nothing calls this directly

Calls 1

triggerMethod · 0.45

Tested by

no test coverage detected