Demo program for LSM303 based boards

Dependencies:   mbed AES BLE_API nRF51822 smallAES

Revision:
4:4d468d58fc51
Parent:
3:b9783107a8c4
Child:
5:fccb0823ceff
--- a/main.cpp	Mon Sep 30 11:59:42 2019 +0000
+++ b/main.cpp	Fri Aug 14 13:10:28 2020 +0000
@@ -31,7 +31,7 @@
 DigitalOut alivenessLED(P0_13, 0);
 DigitalOut actuatedLED(P0_14, 0);
 
-const static char     DEVICE_NAME[] = "front1";
+const static char     DEVICE_NAME[] = "BBCMicroBit";
 //static const uint16_t uuid16_list[] = {LEDService::LED_SERVICE_UUID,ACCELService::ACCEL_SERVICE_UUID,ButtonAService::BUTTONA_SERVICE_UUID};
 static const uint16_t uuid16_list[] = {0xA012,0xFFF3};