[General Functions]
Description
Stop all sounds.
Syntax
void stopSounds() {
Audio.stop();
}
Parameters
None.
Return
None.
Example
#include "myhmi.h"
void setup() {
Hmi.begin();
// put your setup code here, to run once:
Hmi.stopSounds();
}
void loop() {
// ...
}Please see the 86HMI Editor User Manual for more instructions on 86HMI widgets and API usage.