Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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 |
--- 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
*
