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

Method Update

src/internal/methods/PixieStreamMethod.h:71–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 }
70
71 void Update(bool)
72 {
73 while (!IsReadyToUpdate())
74 {
75 }
76 _stream->write(_data, _sizeData);
77 _usEndTime = micros(); // Save time to ensure 1ms delay
78 }
79
80 bool AlwaysUpdate()
81 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected