赤ゾーンを青ゾーン仕様に

Dependencies:   mbed

Revision:
41:99a1158f3eca
Parent:
31:17be2176063f
Child:
42:980af34f6fe3
--- a/Communication/RS485/RS485.cpp	Tue Nov 05 20:40:19 2019 +0000
+++ b/Communication/RS485/RS485.cpp	Fri Nov 08 13:57:55 2019 +0000
@@ -24,6 +24,7 @@
 //      selectBitR = 0;  //受信固定
         RS485Uart.baud(38400);  // 38400
         RS485Uart.attach(Transmit, Serial::TxIrq);  //送信割り込み
+        //RS485Line.baud(9600);
         RS485Line.baud(9600);  
         RS485Line.attach(Recieve, Serial::RxIrq);  //受信割り込み
     }