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.
Dependents: STM32L452_Nucleo_ticker
Fork of mbed-dev by
Diff: platform/ATCmdParser.h
- Revision:
- 170:19eb464bc2be
- Parent:
- 168:9672193075cf
- Child:
- 176:447f873cad2f
--- a/platform/ATCmdParser.h Wed Jul 19 17:31:21 2017 +0100 +++ b/platform/ATCmdParser.h Thu Aug 03 13:13:39 2017 +0100 @@ -29,7 +29,8 @@ * * Here are some examples: * @code - * ATCmdParser at = ATCmdParser(serial, "\r\n"); + * UARTSerial serial = UARTSerial(D1, D0); + * ATCmdParser at = ATCmdParser(&serial, "\r\n"); * int value; * char buffer[100]; *