Skip to content

Commit 058c38a

Browse files
committed
Rename files from "AT Commands" to "Cellular"
1 parent d87f14b commit 058c38a

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

examples/Example1_DeviceIdentification/Example1_DeviceIdentification.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "SparkFun_u-blox_AT_Commands_Arduino_Library.h"
1+
#include "SparkFun_u-blox_Cellular_Arduino_Library.h"
22

33
// Uncomment the line below that you need for Serial on your platform
44
#define mySerial Serial1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#include "sfe_ublox_at_commands.h"
1+
#include "sfe_ublox_cellular.h"
22
#include "sfe_sara_r5.h"
33
#include "sfe_lara_r6.h"

src/sfe_lara_r6.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef SFE_LARA_R6_LIBRARY_H
22
#define SFE_LARA_R6_LIBRARY_H
33

4-
#include "sfe_ublox_at_commands.h"
4+
#include "sfe_ublox_cellular.h"
55

66
// Base LARA-R6 class
77
class LARA_R6: public UBLOX_AT

src/sfe_sara_r5.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef SFE_SARA_R5_LIBRARY_H
22
#define SFE_SARA_R5_LIBRARY_H
33

4-
#include "sfe_ublox_at_commands.h"
4+
#include "sfe_ublox_cellular.h"
55

66
// Base SARA-R5 class
77
class SARA_R5: public UBLOX_AT

src/sfe_ublox_at_commands.cpp renamed to src/sfe_ublox_cellular.cpp

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

17-
#include "sfe_ublox_at_commands.h"
17+
#include "sfe_ublox_cellular.h"
1818

1919
UBLOX_AT::UBLOX_AT(int powerPin, int resetPin, uint8_t maxInitTries)
2020
{
File renamed without changes.

0 commit comments

Comments
 (0)