ArmfulKST / Mbed 2 deprecated BLE_BBC_LSM303

Dependencies:   mbed AES BLE_API nRF51822 smallAES

Files at this revision

API Documentation at this revision

Comitter:
f3d
Date:
Thu May 03 10:47:54 2018 +0000
Parent:
0:21352e62003f
Child:
2:4871b5ad7938
Commit message:
Updated name;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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;