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: mbed AES BLE_API nRF51822 smallAES
Diff: main.cpp
- Revision:
- 1:b10a8955c2fc
- Parent:
- 0:21352e62003f
- Child:
- 2:4871b5ad7938
--- a/main.cpp Wed Feb 14 19:18:44 2018 +0000
+++ b/main.cpp Thu May 03 10:47:54 2018 +0000
@@ -30,7 +30,7 @@
DigitalOut actuatedLED(P0_14, 0);
AnalogIn ADC(P0_3);
uint16_t ADCResult=0;
-const static char DEVICE_NAME[] = "BBC_LED";
+const static char DEVICE_NAME[] = "MrPotatoHead";
static const uint16_t uuid16_list[] = {LEDService::LED_SERVICE_UUID,ADCService::ADC_SERVICE_UUID};
LEDService *ledServicePtr;