Takeuchi Issei
/
Serial_Writer-re
Serial_Writerの受信側
Serial_Writer.cpp@0:7babc610f171, 2021-05-07 (annotated)
- Committer:
- e2011220
- Date:
- Fri May 07 08:56:25 2021 +0000
- Revision:
- 0:7babc610f171
- Child:
- 6:657302a3a908
fs
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
e2011220 | 0:7babc610f171 | 1 | #include <Serial_Writer.h> |
e2011220 | 0:7babc610f171 | 2 | |
e2011220 | 0:7babc610f171 | 3 | Serial_Writer::Serial_Writer(PinName TxPin,PinName RxPin,int baudrate):_Serial(TxPin,RxPin,baudrate){} |