![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
Serial_Writerの受信側
Serial_Writer.cpp
- Committer:
- e2011220
- Date:
- 2021-05-07
- Revision:
- 0:7babc610f171
- Child:
- 6:657302a3a908
File content as of revision 0:7babc610f171:
#include <Serial_Writer.h> Serial_Writer::Serial_Writer(PinName TxPin,PinName RxPin,int baudrate):_Serial(TxPin,RxPin,baudrate){}