Skip to content

Commit 63a01dd

Browse files
sandeepmistrycalvinatintel
authored andcommitted
Rename CurieBle to CurieBLE
1 parent e82fe90 commit 63a01dd

27 files changed

+6
-6
lines changed

libraries/CurieBle/examples/BatteryMonitor/BatteryMonitor.ino renamed to libraries/CurieBLE/examples/BatteryMonitor/BatteryMonitor.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
License along with this library; if not, write to the Free Software
1616
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1717
*/
18-
#include <CurieBle.h>
18+
#include <CurieBLE.h>
1919

2020
/*
2121
This sketch example partially implements the standard Bluetooth Low-Energy Battery service.

libraries/CurieBle/examples/ButtonLED/ButtonLED.ino renamed to libraries/CurieBLE/examples/ButtonLED/ButtonLED.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919

2020

21-
#include <CurieBle.h>
21+
#include <CurieBLE.h>
2222

2323
const int ledPin = 13; // set ledPin to on-board LED
2424
const int buttonPin = 4; // set buttonPin to digital pin 4

libraries/CurieBle/examples/CallbackLED/CallbackLED.ino renamed to libraries/CurieBLE/examples/CallbackLED/CallbackLED.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919

2020

21-
#include <CurieBle.h>
21+
#include <CurieBLE.h>
2222

2323
const int ledPin = 13; // set ledPin to use on-board LED
2424
BLEPeripheral blePeripheral; // create peripheral instance

libraries/CurieBle/examples/LED/LED.ino renamed to libraries/CurieBLE/examples/LED/LED.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
License along with this library; if not, write to the Free Software
1616
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1717
*/
18-
#include <CurieBle.h>
18+
#include <CurieBLE.h>
1919

2020
BLEPeripheral blePeripheral; // BLE Peripheral Device (the board you're programming)
2121
BLEService ledService("19B10000-E8F2-537E-4F6C-D104768A1214"); // BLE LED Service

libraries/CurieBle/keywords.txt renamed to libraries/CurieBLE/keywords.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#######################################
2-
# Syntax Coloring Map For CureBle
2+
# Syntax Coloring Map For CureBLE
33
#######################################
44

55
#######################################

libraries/CurieBle/library.properties renamed to libraries/CurieBLE/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name=CurieBle
1+
name=CurieBLE
22
version=1.0
33
author=Emutex
44
maintainer=Emutex <[email protected]>
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)