MCPcopy Create free account
hub / github.com/0015/Arduino_DigitalRain_Matrix / pause

Method pause

src/DigitalRainAnimation.hpp:259–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257 }
258
259 void pause() { isPlaying = false; }
260 void resume() { isPlaying = true; }
261
262 void loop() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected