Skip to content

Commit

Permalink
get more data
Browse files Browse the repository at this point in the history
  • Loading branch information
ladyada committed Jul 19, 2020
1 parent 9419a01 commit ea6dca6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/GPS_SPI_EchoTest/GPS_SPI_EchoTest.ino
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ void setup() {
digitalWrite(RESET_PIN, HIGH);
delay(100);
GPS.begin(100000); // use 100kHz for SPI data rate
GPS.println(PMTK_SET_NMEA_UPDATE_10HZ);
GPS.println(PMTK_SET_NMEA_OUTPUT_ALLDATA);
}


Expand Down

0 comments on commit ea6dca6

Please sign in to comment.