You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/SparkFun_u-blox_GNSS_Arduino_Library.h
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -580,15 +580,15 @@ class SFE_UBLOX_GNSS
580
580
boolean setPortOutput(uint8_t portID, uint8_t comSettings, uint16_t maxWait = defaultMaxWait); //Configure a given port to output UBX, NMEA, RTCM3 or a combination thereof
581
581
boolean setPortInput(uint8_t portID, uint8_t comSettings, uint16_t maxWait = defaultMaxWait); //Configure a given port to input UBX, NMEA, RTCM3 or a combination thereof
582
582
583
-
boolean setI2CAddress(uint8_t deviceAddress, uint16_t maxTime = defaultMaxWait); //Changes the I2C address of the u-blox module
583
+
boolean setI2CAddress(uint8_t deviceAddress, uint16_t maxTime = defaultMaxWait); //Changes the I2C address of the u-blox module
584
584
voidsetSerialRate(uint32_t baudrate, uint8_t uartPort = COM_PORT_UART1, uint16_t maxTime = defaultMaxWait); //Changes the serial baud rate of the u-blox module, uartPort should be COM_PORT_UART1/2
585
585
586
586
boolean setI2COutput(uint8_t comSettings, uint16_t maxWait = defaultMaxWait); //Configure I2C port to output UBX, NMEA, RTCM3 or a combination thereof
587
-
boolean setUART1Output(uint8_t comSettings, uint16_t maxWait = defaultMaxWait);//Configure UART1 port to output UBX, NMEA, RTCM3 or a combination thereof
588
-
boolean setUART2Output(uint8_t comSettings, uint16_t maxWait = defaultMaxWait);//Configure UART2 port to output UBX, NMEA, RTCM3 or a combination thereof
587
+
boolean setUART1Output(uint8_t comSettings, uint16_t maxWait = defaultMaxWait);//Configure UART1 port to output UBX, NMEA, RTCM3 or a combination thereof
588
+
boolean setUART2Output(uint8_t comSettings, uint16_t maxWait = defaultMaxWait);//Configure UART2 port to output UBX, NMEA, RTCM3 or a combination thereof
589
589
boolean setUSBOutput(uint8_t comSettings, uint16_t maxWait = defaultMaxWait); //Configure USB port to output UBX, NMEA, RTCM3 or a combination thereof
590
590
boolean setSPIOutput(uint8_t comSettings, uint16_t maxWait = defaultMaxWait); //Configure SPI port to output UBX, NMEA, RTCM3 or a combination thereof
591
-
voidsetNMEAOutputPort(Stream &nmeaOutputPort); //Sets the internal variable for the port to direct NMEA characters to
591
+
voidsetNMEAOutputPort(Stream &nmeaOutputPort); //Sets the internal variable for the port to direct NMEA characters to
0 commit comments