Takeuchi Issei
/
Serial_Writer-re
Serial_Writerの受信側
Diff: Serial_Writer.cpp
- Revision:
- 0:7babc610f171
- Child:
- 6:657302a3a908
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Serial_Writer.cpp Fri May 07 08:56:25 2021 +0000 @@ -0,0 +1,3 @@ +#include <Serial_Writer.h> + +Serial_Writer::Serial_Writer(PinName TxPin,PinName RxPin,int baudrate):_Serial(TxPin,RxPin,baudrate){} \ No newline at end of file