mirror of https://github.com/ARMmbed/mbed-os.git
Update ATCmdParser example code.
The previous example code was not very helpful, as it doesn't show the use of UARTSerial.pull/4726/head
parent
50fdca88e8
commit
d8a7fe1467
|
@ -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];
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue