Skip to content

Commit 2fd9228

Browse files
Apply suggestions from code review
Co-authored-by: BenjaminDannegard <benjamin.dannegard@gmail.com>
1 parent 776859c commit 2fd9228

File tree

1 file changed

+2
-2
lines changed
  • content/hardware/04.pro/shields/portenta-cat-m1-nb-iot-gnss-shield/tutorials/cheat-sheet

1 file changed

+2
-2
lines changed

content/hardware/04.pro/shields/portenta-cat-m1-nb-iot-gnss-shield/tutorials/cheat-sheet/cheat-sheet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,8 @@ You will see the **NMEA** data in the Serial monitor.
263263

264264
#### Parse NMEA GPS Sentences
265265

266-
Previously we shown how to show the GPS data on the Serial Monitor, but it was not possible to evaluate those messages (NMEA sentences).
267-
To do so you can use an **NMEA parser** that will convert the messages received from the GPS modem and it will parse and save them into variables, you can use the **107-Arduino-NMEA-Parser** library.
266+
Previously we shown how to show the GPS data in the Serial Monitor, but it was not possible to evaluate those messages (NMEA sentences).
267+
To do so you can use an **NMEA parser** that will convert the messages received from the GPS modem and it will parse and save them into variables, you can use the **107-Arduino-NMEA-Parser** library. This library can be found in the library manager inside the Arduino IDE.
268268

269269
Open the example from the library at **Examples > 107-Arduino-NMEA-Parser > NMEA-Basic** and you need to add the following:
270270

0 commit comments

Comments
 (0)