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: BLE_API X_NUCLEO_IDB0XA1 mbed
Revision 2:c0bd998cb02f, committed 2017-04-18
- Comitter:
- ledonger
- Date:
- Tue Apr 18 14:09:50 2017 +0000
- Parent:
- 1:023e1eae2048
- Commit message:
- New name;
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 023e1eae2048 -r c0bd998cb02f main.cpp --- a/main.cpp Tue Apr 18 14:08:50 2017 +0000 +++ b/main.cpp Tue Apr 18 14:09:50 2017 +0000 @@ -9,7 +9,7 @@ DigitalOut LED(LED1, 0); -const static char DEVICE_NAME[] = "LED"; +const static char DEVICE_NAME[] = "DHT11"; static const uint16_t uuid16_list[] = {DHT11Service::DHT11_UUID}; DHT11Service *dht11ServicePtr;//Bluetooth service that manage information and ble updates