MCPcopy Create free account
hub / github.com/bmorcelli/Launcher / sendDelay

Method sendDelay

include/VectorDisplay.h:261–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259
260private:
261 inline void sendDelay() {
262 if (delayTime>0) {
263 while(vectorDisplayMillis()-lastSend < delayTime) ;
264 lastSend = vectorDisplayMillis();
265 }
266 }
267
268public:
269 int textsize = 1;

Callers

nothing calls this directly

Calls 1

vectorDisplayMillisFunction · 0.85

Tested by

no test coverage detected