Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Commit bd8eff6

Browse files
author
Nathan Seidle
committed
Small reshuffling of functions for easier reading.
1 parent 3fef932 commit bd8eff6

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/SparkFun_Ublox_Arduino_Library.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -346,8 +346,9 @@ class SFE_UBLOX_GPS
346346
boolean addGeofence(int32_t latitude, int32_t longitude, uint32_t radius, byte confidence = 0, byte pinPolarity = 0, byte pin = 0, uint16_t maxWait = 2000); // Add a new geofence
347347
boolean clearGeofences(uint16_t maxWait = 2000); //Clears all geofences
348348
boolean getGeofenceState(geofenceState &currentGeofenceState, uint16_t maxWait = 2000); //Returns the combined geofence state
349+
boolean clearAntPIO(uint16_t maxWait = 2000); //Clears the antenna control pin settings to release the PIOs
350+
geofenceParams currentGeofenceParams; // Global to store the geofence parameters
349351

350-
//Power Save Mode
351352
boolean powerSaveMode(bool power_save = true, uint16_t maxWait = 2000);
352353

353354
//Survey-in specific controls
@@ -530,10 +531,6 @@ class SFE_UBLOX_GPS
530531
} highResModuleQueried;
531532

532533
uint16_t rtcmLen = 0;
533-
534-
//Support for geofences
535-
boolean clearAntPIO(uint16_t maxWait = 2000); //Clears the antenna control pin settings to release the PIOs
536-
geofenceParams currentGeofenceParams; // Global to store the geofence parameters
537534
};
538535

539536
#endif

0 commit comments

Comments
 (0)