Bluetooth module HC-05 Lib. suppotrs printf(); support IrqAttach, with using RTOS. include feature as background rxIrq attach. the lib store rx buf of serial, therefore can have over 16 bytes string. if you want to get string, you call read() or getLine(). read() is ALL string, getLine() is under CR('\r').
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
6:2eefa9ea0bf1 | 2016-01-21 | AkinoriHashimoto | 1st publish. |
5:a05c7662c51f | 2015-11-02 | AkinoriHashimoto | Adj. header file. |
4:488e26ebc411 | 2015-11-02 | AkinoriHashimoto | Include Ring Buffer for with using RTOS. |
3:df094ed45a88 | 2015-10-28 | AkinoriHashimoto | include feature as background rxIrq attach.; the lib store rx buf of serial, therefore can have over 16 bytes string.; ; if you want to get string, you call read() or getLine().; read() is ALL string, getLine() is under CR('\r'). |
2:931bef8c7fac | 2015-10-01 | AkinoriHashimoto | supports printf() and getc(), and setAttachRx(). |
1:75bb445594e2 | 2015-10-01 | AkinoriHashimoto | 1st publish. |
0:a4ddaf82d43d | 2015-09-02 | AkinoriHashimoto | 15/09/02 |