Test program for magnetometer
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;