Untitled

 avatar
unknown
plain_text
a year ago
338 B
4
Indexable
void resetTimer() {   

 

  

 

  // 清除 LCD 螢幕上的字   

 

  

 

  lcd.clear();   

 

  

 

     

 

  

 

  // 這裡可以設定新的倒數時間   

 

  

 

  minutes = inimin;   

 

  

 

  seconds = inisec;   

 

  

 

    

 

  

 

  // 重新開始倒數   

 

  

 

  startTimer();   

 

  

 

}   
Editor is loading...
Leave a Comment