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 f6d9770 commit fdfdcf4Copy full SHA for fdfdcf4
src/SparkFun_u-blox_GNSS_Arduino_Library.h
@@ -570,7 +570,7 @@ class SFE_UBLOX_GNSS
570
uint8_t getI2CTransactionSize(void);
571
572
//Set the max number of bytes set in a given I2C transaction
573
- uint8_t i2cTransactionSize = 32; //Default to ATmega328 limit
+ uint16_t i2cTransactionSize = 32; //Default to ATmega328 limit
574
575
//Returns true if device answers on _gpsI2Caddress address or via Serial
576
boolean isConnected(uint16_t maxWait = 1100);
0 commit comments