We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9df5ba2 commit 8a92c1fCopy full SHA for 8a92c1f
src/u-blox_GNSS.cpp
@@ -665,7 +665,7 @@ uint16_t DevUBLOXGNSS::available()
665
}
666
// For I2C, ping the _address
667
// Not Applicable for SPI and Serial
668
-uint16_t DevUBLOXGNSS::ping()
+bool DevUBLOXGNSS::ping()
669
{
670
return _sfeBus->ping();
671
src/u-blox_GNSS.h
@@ -108,7 +108,7 @@ class DevUBLOXGNSS
108
void setCommunicationBus(SparkFun_UBLOX_GNSS::GNSSDeviceBus &theBus);
109
110
111
- uint16_t ping();
+ bool ping();
112
// For Serial, return Serial.available()
113
// For I2C, read registers 0xFD and 0xFE. Return bytes available as uint16_t
114
// Not Applicable for SPI
0 commit comments