File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
GPS_HardwareSerial_Parsing
GPS_SoftwareSerial_Parsing Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ void loop() // run over and over again
108
108
Serial.print (" Angle: " ); Serial.println (GPS.angle );
109
109
Serial.print (" Altitude: " ); Serial.println (GPS.altitude );
110
110
Serial.print (" Satellites: " ); Serial.println ((int )GPS.satellites );
111
+ Serial.print (" Antenna status: " ); Serial.println ((int )GPS.antenna );
111
112
}
112
113
}
113
114
}
Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ void loop() // run over and over again
111
111
Serial.print (" Angle: " ); Serial.println (GPS.angle );
112
112
Serial.print (" Altitude: " ); Serial.println (GPS.altitude );
113
113
Serial.print (" Satellites: " ); Serial.println ((int )GPS.satellites );
114
+ Serial.print (" Antenna status: " ); Serial.println ((int )GPS.antenna );
114
115
}
115
116
}
116
117
}
You can’t perform that action at this time.
0 commit comments