📅  最后修改于: 2022-03-11 14:59:36.828000             🧑  作者: Mango
// Alarms have a value assigned to them. simply check if the value is below 1,
// if it is, the alarm is not running anymore.
// example:
if(alarm[0] <= 0) {
alarm = room_speed;
}