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

Method resetKey

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

Source from the content-addressed store, hash-verified

88 }
89
90 void resetKey() {
91 keyString.clear();
92 lastUpdatedKeyTime = millis();
93 }
94
95 std::string getKey(int key_length) {
96 resetKey();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected