this is a test about ble and so on

Dependencies:   BLE_API LinkNode_TemperatureAdvertising mbed nRF51822

Fork of LinkNode_Temperatur by Delong Qi

Revision:
6:b3d3351aadc6
Parent:
5:d30cc8560678
Child:
7:f84b0235958a
--- a/main.cpp	Mon Feb 22 03:03:01 2016 +0000
+++ b/main.cpp	Mon Feb 22 08:55:35 2016 +0000
@@ -16,7 +16,7 @@
 Sensors tempSensor;
 DigitalOut led(P0_20);
 static bool triggerTempValueUpdate = false;
-const static char     DEVICE_NAME[8] = "Linkaa";
+const static char   DEVICE_NAME[8] = "ls_test";   /*The size of the DEVICE_NAME[] can't change  */
 
 void periodicCallback(void)
 {