Skip to content

Commit 70350c8

Browse files
committed
Fixed inconsistent naming; name is SPL07-003
1 parent 9eac02c commit 70350c8

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

examples/Example1_BasicRead/Example1_BasicRead.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*/
1010

1111
#include <Wire.h>
12-
#include "SPL07_003.h"
12+
#include "SPL07-003.h"
1313

1414
// Define SPL07-006 I2C address
1515
//#define SPL07_ADDR SPL07_ADDR_DEF // Default I2C address (SDO=high)

examples/Example2_Advanced/Example2_Advanced.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*/
1010

1111
#include <Wire.h>
12-
#include "SPL07_003.h"
12+
#include "SPL07-003.h"
1313

1414
// Define SPL07-006 I2C address
1515
//#define SPL07_ADDR SPL07_ADDR_DEF // Default I2C address (SDO=high)

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ paragraph=A library for interfacing with the SPL07-003 pressure and temperature
77
category=Sensors
88
url=https://github.com/Kenneract/SPL07-003-Arduino-Library
99
architectures=*
10-
includes=SPL07_003.h
10+
includes=SPL07-003.h

src/SPL07_003.cpp renamed to src/SPL07-003.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Updated: Mar.15.2025, V1.0.0
55
// Purpose: SPL07-003 Pressure+Temperature Sensor Arduino Library
66

7-
#include "SPL07_003.h"
7+
#include "SPL07-003.h"
88

99

1010

File renamed without changes.

0 commit comments

Comments
 (0)