Skip to content

Commit a63b676

Browse files
committed
rename FileIO.h to Bluefruit_FileIO to prevent lib conflict
1 parent f15508a commit a63b676

File tree

16 files changed

+45
-45
lines changed

16 files changed

+45
-45
lines changed

libraries/Bluefruit52Lib/examples/Central/central_hid/central_hid.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
*********************************************************************/
1414

1515
/*
16-
* This sketch demonstrate the central API(). A additional bluefruit
17-
* that has bleuart as peripheral is required for the demo.
16+
* This sketch demonstrate the central API(). An additional bluefruit
17+
* that has blehid as peripheral is required for the demo.
1818
*/
1919
#include <bluefruit.h>
2020

libraries/Bluefruit52Lib/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name=Adafruit BLE Libraries for Bluefruit52
1+
name=Adafruit BLE Libraries
22
version=0.9.1
33
author=Adafruit
44
maintainer=Adafruit <[email protected]>

libraries/Bluefruit52Lib/src/utility/bonding.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
/**************************************************************************/
3636

3737
#include <Arduino.h>
38-
#include "FileIO.h"
38+
#include "Bluefruit_FileIO.h"
3939
#include "bonding.h"
4040
#include "bluefruit.h"
4141

libraries/FileSystem/examples/External_Format/External_Format.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
any redistribution
1313
*********************************************************************/
1414

15-
#include <FileIO.h>
15+
#include <Bluefruit_FileIO.h>
1616

1717
// the setup function runs once when you press reset or power the board
1818
void setup()

libraries/FileSystem/examples/External_ListFiles/External_ListFiles.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*********************************************************************/
1414

1515
#include <bluefruit.h>
16-
#include <FileIO.h>
16+
#include <Bluefruit_FileIO.h>
1717

1818
/* This example print out External Flash contents up to
1919
* MAX_LEVEL level of directories (including root)

libraries/FileSystem/examples/External_ReadWrite/External_ReadWrite.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
any redistribution
1313
*********************************************************************/
1414

15-
#include <FileIO.h>
15+
#include <Bluefruit_FileIO.h>
1616

1717
#define FILENAME "/adafruit.txt"
1818

libraries/FileSystem/examples/Internal_Format/Internal_Format.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
any redistribution
1313
*********************************************************************/
1414

15-
#include <FileIO.h>
15+
#include <Bluefruit_FileIO.h>
1616

1717
// the setup function runs once when you press reset or power the board
1818
void setup()

libraries/FileSystem/examples/Internal_ListFiles/Internal_ListFiles.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*********************************************************************/
1414

1515
#include <bluefruit.h>
16-
#include <FileIO.h>
16+
#include <Bluefruit_FileIO.h>
1717

1818
/* This example print out Internal Flash contents up to
1919
* MAX_LEVEL level of directories (including root)

libraries/FileSystem/examples/Internal_ReadWrite/Internal_ReadWrite.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
any redistribution
1313
*********************************************************************/
1414

15-
#include <FileIO.h>
15+
#include <Bluefruit_FileIO.h>
1616

1717
#define FILENAME "/adafruit.txt"
1818

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name=Adafruit File System Libraries for Bluefruit52
1+
name=Adafruit File System Libraries
22
version=0.9.1
33
author=Adafruit
44
maintainer=Adafruit <[email protected]>
55
sentence=Arduino library for nRF52-based Adafruit Bluefruit LE modules
66
paragraph=Arduino library for nRF52-based Adafruit Bluefruit LE modules
77
category=Communication
88
url=https://github.com/adafruit/Adafruit_nRF52_Arduino
9-
architectures=*
10-
includes=FileIO.h
9+
architectures=nrf52
10+
includes=Bluefruit_FileIO.h

0 commit comments

Comments
 (0)