ST / Mbed OS Node_BLE_Switch_Device

Bluetooth Low Energy enabled device with "Switch" feature, compatible with BlueST Protocol.

Files at this revision

API Documentation at this revision

Comitter:
Davidroid
Date:
Mon May 07 13:28:07 2018 +0000
Parent:
1:bb6dbece87c1
Child:
3:b880b9a9ccdf
Commit message:
Remove unnecessary motor control library

Changed in this revision

X_NUCLEO_IHM01A1.lib Show diff for this revision Revisions of this file
img/LED_OFF.png Show diff for this revision Revisions of this file
img/LED_ON.png Show diff for this revision Revisions of this file
img/connection.png Show diff for this revision Revisions of this file
img/discovery.png Show diff for this revision Revisions of this file
img/scan_results.png Show diff for this revision Revisions of this file
img/start_scan.png Show diff for this revision Revisions of this file
img/write_characteristic.png Show diff for this revision Revisions of this file
img/write_pannel.png Show diff for this revision Revisions of this file
source/main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/X_NUCLEO_IHM01A1.lib	Tue Apr 17 18:26:21 2018 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-http://developer.mbed.org/teams/ST/code/X_NUCLEO_IHM01A1/#974ca699c792
Binary file img/LED_OFF.png has changed
Binary file img/LED_ON.png has changed
Binary file img/connection.png has changed
Binary file img/discovery.png has changed
Binary file img/scan_results.png has changed
Binary file img/start_scan.png has changed
Binary file img/write_characteristic.png has changed
Binary file img/write_pannel.png has changed
--- a/source/main.cpp	Tue Apr 17 18:26:21 2018 +0000
+++ b/source/main.cpp	Mon May 07 13:28:07 2018 +0000
@@ -46,12 +46,6 @@
 #include "ble/BLE.h"
 #include "CustomService.h"
 
-/* Helper header files. */
-#include "DevSPI.h"
-
-/* Component specific header files. */
-#include "L6474.h"
-
 
 /* Definitions ---------------------------------------------------------------*/