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: FXOS8700Q-driver MODSERIAL
Fork of mbed-os-example-client by
Diff: main.cpp
- Revision:
- 39:4a161de53cde
- Parent:
- 21:b88cdeb5b302
- Child:
- 41:496e5ec1f1bd
--- a/main.cpp Mon Dec 05 15:30:11 2016 +0000 +++ b/main.cpp Mon Dec 05 18:15:11 2016 +0000 @@ -60,7 +60,7 @@ #define MBED_SERVER_ADDRESS "coaps://[2607:f0d0:2601:52::20]:5684" #endif -Serial output(USBTX, USBRX); +RawSerial output(USBTX, USBRX); // Status indication DigitalOut red_led(LED1);