Skip to content

Commit 0ae66bf

Browse files
committed
renamed the sfe_arduino source files - removed the _c. new name makes more sense
1 parent cb67379 commit 0ae66bf

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

src/SparkFun_TMF882X_Library.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
// Include our implementation class
5454
#include "qwiic_tmf882x.h"
55-
#include "sfe_arduino_c.h"
55+
#include "sfe_arduino.h"
5656

5757
// Arduino things
5858
#include <Wire.h>

src/qwiic_tmf882x.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
#include "mcu_tmf882x_config.h"
5454
#include "qwiic_tmf882x.h"
55-
#include "sfe_arduino_c.h"
55+
#include "sfe_arduino.h"
5656
#include "tof_factory_cal.h"
5757

5858
#include "inc/tmf882x_host_interface.h"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
#include <string.h>
5959

6060
#include "qwiic_tmf882x.h"
61-
#include "sfe_arduino_c.h"
61+
#include "sfe_arduino.h"
6262
#include <Arduino.h>
6363
#include <Wire.h>
6464

File renamed without changes.

src/sfe_shim.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
#include "inc/sfe_shim.h"
6262
#include "qwiic_tmf882x.h"
63-
#include "sfe_arduino_c.h"
63+
#include "sfe_arduino.h"
6464

6565
//////////////////////////////////////////////////////////////////////////////////////////////////////
6666
// tof_info()

0 commit comments

Comments
 (0)