[General Functions]
描述
Stop all sounds.
語法
void stopSounds() {
Audio.stop();
}
參數
無
Return
無
範例
#include "myhmi.h"
void setup() {
Hmi.begin();
// put your setup code here, to run once:
Hmi.stopSounds();
}
void loop() {
// ...
}Please see the 86HMI Editor使用手冊 for more instructions on 86HMI widgets and API usage.