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

Method currentVersion

src/DFPlayerMini_Fast.cpp:761–764  ·  view source on GitHub ↗

/ ! @brief Determine the current firmware version. @return Firmware version, -1 if error. */ /

Source from the content-addressed store, hash-verified

759 */
760 /**************************************************************************/
761int16_t DFPlayerMini_Fast::currentVersion()
762{
763 return query(dfplayer::GET_VERSION);
764}
765
766
767

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected