MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / setValue

Method setValue

Devices/unphone/Source/InitBoot.cpp:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 }
27
28 void setValue(const char* key, int32_t value) {
29 preferences.putInt32(key, value);
30 }
31
32 void increaseValue(const char* key) {
33 int32_t new_value = getValue(key) + 1;

Callers

nothing calls this directly

Calls 1

putInt32Method · 0.45

Tested by

no test coverage detected