File tree 11 files changed +16
-16
lines changed
DataLoggingExample1_NAV_PVT
DataLoggingExample2_TIM_TM2
DataLoggingExample3_RXM_SFRBX_and_RAWX
DataLoggingExample4_RXM_without_Callbacks
DataLoggingExample5_Fast_RXM
11 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -80,9 +80,9 @@ void setup()
80
80
81
81
// myGNSS.enableDebugging(); // Uncomment this line to enable helpful debug messages on Serial
82
82
83
- if (myGNSS.begin () == false ) // Connect to the Ublox module using Wire port
83
+ if (myGNSS.begin () == false ) // Connect to the u-blox module using Wire port
84
84
{
85
- Serial.println (F (" Ublox GPS not detected at default I2C address. Please check wiring. Freezing." ));
85
+ Serial.println (F (" u-blox GNSS not detected at default I2C address. Please check wiring. Freezing." ));
86
86
while (1 );
87
87
}
88
88
Original file line number Diff line number Diff line change @@ -63,9 +63,9 @@ void setup()
63
63
64
64
// myGNSS.enableDebugging(); // Uncomment this line to enable helpful debug messages on Serial
65
65
66
- if (myGNSS.begin () == false ) // Connect to the Ublox module using Wire port
66
+ if (myGNSS.begin () == false ) // Connect to the u-blox module using Wire port
67
67
{
68
- Serial.println (F (" Ublox GPS not detected at default I2C address. Please check wiring. Freezing." ));
68
+ Serial.println (F (" u-blox GNSS not detected at default I2C address. Please check wiring. Freezing." ));
69
69
while (1 );
70
70
}
71
71
Original file line number Diff line number Diff line change @@ -86,9 +86,9 @@ void setup()
86
86
87
87
// myGNSS.enableDebugging(); // Uncomment this line to enable helpful debug messages on Serial
88
88
89
- if (myGNSS.begin () == false ) // Connect to the Ublox module using Wire port
89
+ if (myGNSS.begin () == false ) // Connect to the u-blox module using Wire port
90
90
{
91
- Serial.println (F (" Ublox GPS not detected at default I2C address. Please check wiring. Freezing." ));
91
+ Serial.println (F (" u-blox GNSS not detected at default I2C address. Please check wiring. Freezing." ));
92
92
while (1 );
93
93
}
94
94
Original file line number Diff line number Diff line change @@ -83,9 +83,9 @@ void setup()
83
83
84
84
// myGNSS.enableDebugging(); // Uncomment this line to enable debug messages on Serial
85
85
86
- if (myGNSS.begin () == false ) // Connect to the Ublox module using Wire port
86
+ if (myGNSS.begin () == false ) // Connect to the u-blox module using Wire port
87
87
{
88
- Serial.println (F (" Ublox GPS not detected at default I2C address. Please check wiring. Freezing." ));
88
+ Serial.println (F (" u-blox GNSS not detected at default I2C address. Please check wiring. Freezing." ));
89
89
while (1 );
90
90
}
91
91
Original file line number Diff line number Diff line change @@ -142,9 +142,9 @@ void setup()
142
142
143
143
// myGNSS.enableDebugging(); // Uncomment this line to enable debug messages on Serial
144
144
145
- if (myGNSS.begin () == false ) // Connect to the Ublox module using Wire port
145
+ if (myGNSS.begin () == false ) // Connect to the u-blox module using Wire port
146
146
{
147
- Serial.println (F (" Ublox GPS not detected at default I2C address. Please check wiring. Freezing." ));
147
+ Serial.println (F (" u-blox GNSS not detected at default I2C address. Please check wiring. Freezing." ));
148
148
while (1 );
149
149
}
150
150
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ void setup()
158
158
// I.e. room for three messages plus an empty tail byte.
159
159
myGNSS.setFileBufferSize (301 ); // setFileBufferSize must be called _before_ .begin
160
160
161
- if (myGNSS.begin () == false ) // Connect to the Ublox module using Wire port
161
+ if (myGNSS.begin () == false ) // Connect to the u-blox module using Wire port
162
162
{
163
163
Serial.println (F (" u-blox GNSS not detected at default I2C address. Please check wiring. Freezing..." ));
164
164
while (1 );
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ void setup()
164
164
// I.e. room for three messages plus an empty tail byte.
165
165
myGNSS.setFileBufferSize (109 ); // setFileBufferSize must be called _before_ .begin
166
166
167
- if (myGNSS.begin () == false ) // Connect to the Ublox module using Wire port
167
+ if (myGNSS.begin () == false ) // Connect to the u-blox module using Wire port
168
168
{
169
169
Serial.println (F (" u-blox GNSS not detected at default I2C address. Please check wiring. Freezing..." ));
170
170
while (1 );
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ void setup()
160
160
// getMaxFileBufferAvail will tell us the maximum number of bytes which the file buffer has contained.
161
161
myGNSS.setFileBufferSize (fileBufferSize); // setFileBufferSize must be called _before_ .begin
162
162
163
- if (myGNSS.begin () == false ) // Connect to the Ublox module using Wire port
163
+ if (myGNSS.begin () == false ) // Connect to the u-blox module using Wire port
164
164
{
165
165
Serial.println (F (" u-blox GNSS not detected at default I2C address. Please check wiring. Freezing..." ));
166
166
while (1 );
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ void setup()
131
131
// getMaxFileBufferAvail will tell us the maximum number of bytes which the file buffer has contained.
132
132
myGNSS.setFileBufferSize (fileBufferSize); // setFileBufferSize must be called _before_ .begin
133
133
134
- if (myGNSS.begin () == false ) // Connect to the Ublox module using Wire port
134
+ if (myGNSS.begin () == false ) // Connect to the u-blox module using Wire port
135
135
{
136
136
Serial.println (F (" u-blox GNSS not detected at default I2C address. Please check wiring. Freezing..." ));
137
137
while (1 );
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ void setup()
131
131
// getMaxFileBufferAvail will tell us the maximum number of bytes which the file buffer has contained.
132
132
myGNSS.setFileBufferSize (fileBufferSize); // setFileBufferSize must be called _before_ .begin
133
133
134
- if (myGNSS.begin () == false ) // Connect to the Ublox module using Wire port
134
+ if (myGNSS.begin () == false ) // Connect to the u-blox module using Wire port
135
135
{
136
136
Serial.println (F (" u-blox GNSS not detected at default I2C address. Please check wiring. Freezing..." ));
137
137
while (1 );
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ void setup()
40
40
41
41
Wire.begin ();
42
42
43
- if (myGNSS.begin () == false ) // Connect to the Ublox module using Wire port
43
+ if (myGNSS.begin () == false ) // Connect to the u-blox module using Wire port
44
44
{
45
45
Serial.println (F (" u-blox GNSS not detected at default I2C address. Please check wiring. Freezing." ));
46
46
while (1 );
You can’t perform that action at this time.
0 commit comments