Skip to content

Commit 2453c6e

Browse files
committed
Restructuring example order.
1 parent 7eecfd1 commit 2453c6e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/04_GPS_Request/04_GPS_Request.ino renamed to examples/05_GPS_Request/05_GPS_Request.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ unsigned long lastRequest = 0;
3939
#define GPS_REQUEST_TIMEOUT 30 // Time to turn on GPS module and get a fix (in s)
4040
#define GPS_REQUEST_ACCURACY 1 // Desired accuracy from GPS module (in meters)
4141

42+
// processGpsRead is provided to the LTE_Shield library via a
43+
// callback setter -- setGpsReadCallback. (See end of setup())
4244
void processGpsRead(ClockData clck, PositionData gps,
4345
SpeedData spd, unsigned long uncertainty) {
4446

0 commit comments

Comments
 (0)