MCPcopy Create free account
hub / github.com/FastLED/FastLED / toString

Function toString

examples/AnimartrixRing/sound_orchestrator.cpp:9–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7namespace animartrix_ring {
8
9const char *toString(SoundState s) {
10 switch (s) {
11 case SoundState::Silence: return "Silence";
12 case SoundState::Disorganized: return "Disorganized";
13 case SoundState::BpmLocked: return "BpmLocked";
14 }
15 return "?";
16}
17
18namespace {
19

Callers 1

runTestFunction · 0.50

Calls

no outgoing calls

Tested by 1

runTestFunction · 0.40