BLE Nano LED control

Dependencies:   BLE_API mbed nRF51822

Files at this revision

API Documentation at this revision

Comitter:
hiro99ma
Date:
Sat Dec 24 15:18:47 2016 +0000
Parent:
1:f3a478216681
Commit message:
delete File Header

Changed in this revision

Led.h Show annotated file Show diff for this revision Revisions of this file
ble_nanoled_service.h Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r f3a478216681 -r f4709d271f13 Led.h
--- a/Led.h	Sat Dec 24 15:13:08 2016 +0000
+++ b/Led.h	Sat Dec 24 15:18:47 2016 +0000
@@ -5,4 +5,3 @@
 void LedOff();
 
 #endif  //LED_H__
-
diff -r f3a478216681 -r f4709d271f13 ble_nanoled_service.h
--- a/ble_nanoled_service.h	Sat Dec 24 15:13:08 2016 +0000
+++ b/ble_nanoled_service.h	Sat Dec 24 15:18:47 2016 +0000
@@ -21,4 +21,3 @@
 };
 
 #endif //BLE_NANOLED_SERVICE_H__
-
diff -r f3a478216681 -r f4709d271f13 main.cpp
--- a/main.cpp	Sat Dec 24 15:13:08 2016 +0000
+++ b/main.cpp	Sat Dec 24 15:18:47 2016 +0000
@@ -1,22 +1,3 @@
-/*
-
-Copyright (c) 2012-2014 RedBearLab
-
-Permission is hereby granted, free of charge, to any person obtaining a copy of this software
-and associated documentation files (the "Software"), to deal in the Software without restriction,
-including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
-subject to the following conditions:
-The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
-INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
-PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
-FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
-ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-*/
-
 #include "mbed.h"
 #include "ble/BLE.h"
 #include "ble_nanoled_service.h"