void loop() { if(Serial.available() >0){ val = BT.read()-48; switch(val){ case 0: delay(500); Serial.println(val); break; case 1: if(i>0){
確定! 回上一頁