MTS_SPI_Slave unfinished
Fork of MTS-Serial by
Diff: MTSSerial.h
- Revision:
- 9:5b67a660292a
- Parent:
- 4:d348d001283b
- Child:
- 12:e12b79a4ab4f
diff -r 6fa39b584321 -r 5b67a660292a MTSSerial.h --- a/MTSSerial.h Wed Jul 16 14:13:10 2014 +0000 +++ b/MTSSerial.h Mon Aug 11 15:44:14 2014 +0000 @@ -47,7 +47,7 @@ void format(int bits=8, SerialBase::Parity parity=mbed::SerialBase::None, int stop_bits=1); protected: - Serial serial; // Internal mbed Serial object + RawSerial serial; // Internal mbed Serial object private: virtual void handleWrite(); // Method for handling data to be written