tetete
Diff: AsyncSerial.hpp
- Revision:
- 3:722056213fa4
- Parent:
- 1:d3af33dfc87d
- Child:
- 4:c7555051a851
--- a/AsyncSerial.hpp Thu Mar 30 02:24:47 2017 +0000 +++ b/AsyncSerial.hpp Thu Mar 30 02:27:53 2017 +0000 @@ -1,6 +1,6 @@ // -*- coding: utf-8 -*- /** - @file AsyncSerial.cpp + @file AsyncSerial.hpp @brief Asynchronous (Non-blocking) Serial Communication library with variable length software ring buffer (FIFO). You can use also RawSerial Library's method. You can set the baud rate of the serial communication when instantiating. @author T.Kawamura