STM32F446RE "Hello world program" Based on Nucleo-X-IDB04A1

Dependencies:   BLE_API X_NUCLEO_IDB0XA1 mbed

Fork of Hello_BLE by Devchannel Team

Revision:
6:3cf3689a63cc
Parent:
4:821e9af5e750
--- a/main.cpp	Tue Nov 03 23:12:18 2015 +0000
+++ b/main.cpp	Tue Feb 14 23:59:14 2017 +0000
@@ -16,7 +16,7 @@
 // If you apply the D13 pin patch you cannot use this led anymore
 DigitalOut led1(LED1);
 
-const static char     DEVICE_NAME[]        = "LeoBoard";
+const static char     DEVICE_NAME[]        = "F446RE";
 // Has the heart service, device information,
 // and a custom service (for controllign the leds)
 static const uint16_t uuid16_list[]        = {GattService::UUID_HEART_RATE_SERVICE,