MCPcopy Create free account
hub / github.com/PowerBroker2/DFPlayerMini_Fast / incVolume

Method incVolume

src/DFPlayerMini_Fast.cpp:224–233  ·  view source on GitHub ↗

/ ! @brief Increment the volume by 1 out of 30. */ /

Source from the content-addressed store, hash-verified

222 */
223 /**************************************************************************/
224void DFPlayerMini_Fast::incVolume()
225{
226 sendStack.commandValue = dfplayer::INC_VOL;
227 sendStack.feedbackValue = dfplayer::NO_FEEDBACK;
228 sendStack.paramMSB = 0;
229 sendStack.paramLSB = 0;
230
231 findChecksum(sendStack);
232 sendData();
233}
234
235
236

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected