ボタンを押すと、 バッテリ更新を停止し、 他のボタンもロックさせる
Dependencies: RemoteIR TextLCD
Diff: main.cpp
- Revision:
- 12:91119bf1e2b2
- Parent:
- 11:b5ceaef70827
- Child:
- 13:1a7667d0aa78
--- a/main.cpp Thu Jul 30 08:08:35 2020 +0000 +++ b/main.cpp Thu Jul 30 08:17:52 2020 +0000 @@ -616,8 +616,6 @@ //lcd.setBacklight(TextLCD::LightOff); //run = STOP; //exit(1); // 電池残量が5%未満の時、LCDを消灯し、モーターを停止し、プログラムを終了する。 - }else if(b >= 100){ // バッテリー残量100%以上なら - b = 100; // 100% } mutex.lock(); // ミューテックスロック lcd.setAddress(0,0);