MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / muteOn

Method muteOn

libraries/M62429/M62429.cpp:102–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100
101
102void M62429::muteOn()
103{
104 if (_muted) return;
105 _muted = true;
106 // if ((_vol[0] > 0) || (_vol[1] > 0)) _setAttn(2, 0);
107 _setAttn(2, 0); // mute must work unconditional.
108}
109
110
111void M62429::muteOff()

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64