Untitled
Anonymous
plain_text
12/25/2023 8:19 AM
452 B
31
Indexable
void resetTimer() {
// 清除 LCD 螢幕上的字
lcd.clear();
// 這裡可以設定新的倒數時間
minutes = inimin;
seconds = inisec;
// 重新開始倒數
startTimer();
} Editor is loading...
Leave a Comment