MTS_SPI_Slave unfinished
Fork of MTS-Serial by
Diff: MTSBufferedIO.h
- Revision:
- 8:6fa39b584321
- Parent:
- 4:d348d001283b
- Child:
- 11:4afbbafcd6b3
--- a/MTSBufferedIO.h Thu May 22 15:11:29 2014 +0000 +++ b/MTSBufferedIO.h Wed Jul 16 14:13:10 2014 +0000 @@ -63,7 +63,7 @@ */ int write(char data, unsigned int timeoutMillis); - /** This method writes a signle byte as a char to the Tx or write buffer. + /** This method writes a single byte as a char to the Tx or write buffer. * This method blocks until the byte is written. * * @param data the byte to be written as a char.