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

Dependencies:   BLE_API X_NUCLEO_IDB0XA1 mbed

Fork of Hello_BLE by Devchannel Team

Files at this revision

API Documentation at this revision

Comitter:
prollygeek
Date:
Tue Feb 14 23:59:14 2017 +0000
Parent:
5:cc8528cbf546
Commit message:
Hello World for STM32F446RE by ST

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r cc8528cbf546 -r 3cf3689a63cc main.cpp
--- 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,