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

Method setTimeout

src/DFPlayerMini_Fast.cpp:891–894  ·  view source on GitHub ↗

/ ! @brief Set the timout value for MP3 player query responses. @param threshold Number of ms allowed for the MP3 player to respond (timeout) to a query. */ /

Source from the content-addressed store, hash-verified

889 */
890 /**************************************************************************/
891void DFPlayerMini_Fast::setTimeout(unsigned long threshold)
892{
893 _threshold = threshold;
894}
895
896
897

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected