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

Method muteOff

libraries/M62429/M62429.cpp:111–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109
110
111void M62429::muteOff()
112{
113 if (_muted == false) return;
114 _muted = false;
115 if (_vol[0] > 0) setVolume(0, _vol[0]);
116 if (_vol[1] > 0) setVolume(1, _vol[1]);
117}
118
119
120////////////////////////////////////////////////////////////////////

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64