MCPcopy Create free account
hub / github.com/Makuna/NeoPixelBus / AlwaysUpdate

Method AlwaysUpdate

src/internal/methods/PixieStreamMethod.h:80–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 }
79
80 bool AlwaysUpdate()
81 {
82 // Pixie expects to receive data every <2 seconds, Adafruit recommends <1.
83 // Ensuring data is sent every <2 seconds needs to happen outside of the library
84 // Returning true will allow data to be re-sent even if no changes to buffer.
85
86 return true;
87 }
88
89 bool SwapBuffers()
90 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected