ATParser for X-NUCLEO-IDW01M1 module
Dependencies: BufferedSerial
Dependents: SPWF01SA-lapi-1 SPWF01SA Nucleo-AWS-IoT-mbed
Fork of ATParser by
Revision 20:ea155e6b1fb1, committed 2016-11-21
- Comitter:
- mapellil
- Date:
- Mon Nov 21 15:42:39 2016 +0000
- Parent:
- 19:537f1380c44a
- Commit message:
- Added getTimeout
Changed in this revision
ATParser.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 537f1380c44a -r ea155e6b1fb1 ATParser.h --- a/ATParser.h Mon Sep 05 07:01:30 2016 +0000 +++ b/ATParser.h Mon Nov 21 15:42:39 2016 +0000 @@ -88,6 +88,10 @@ _timeout = timeout; } + int getTimeout(void) { + return _timeout; + } + /** * Sets string of characters to use as line delimiters *