Skip to content

Commit c7a0c28

Browse files
committed
Rename to avoid conflicts with other repos
1 parent bcf2010 commit c7a0c28

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

firmware/ADXL362.cpp firmware/InternetButtonADXL362.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*/
2020

2121
#include "application.h"
22-
#include "ADXL362.h"
22+
#include "InternetButtonADXL362.h"
2323

2424
//#define ADXL362_DEBUG
2525

File renamed without changes.

firmware/examples/ADXL362_SimpleRead.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ SCLK, MISO, MOSI, and DP 10 of Arduino
2424
2525
*/
2626

27-
#include "ADXL362.h"
27+
#include "InternetButtonADXL362.h"
2828

2929
ADXL362 xl;
3030

spark.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "Internet button ADXL362",
2+
"name": "InternetButtonADXL362",
33
"version": "0.0.1",
44
"author": "Anthony Liekens <[email protected]>",
55
"license": "MIT License",

0 commit comments

Comments
 (0)