Page 1 of 1

Guidance on micropyGPS with pico

Posted: Fri Feb 18, 2022 8:48 pm
by bobby1399
Hi guys,
I am really new in micropython and i need some guidances on how to print the updated GPS data on the shell.
I used micropyGPS :
https://github.com/inmcm/micropyGPS
I linked the micropyGPS.py to my main as lib. Now I am trying to print my_gps.update(x) or my_sentence in README/Basic Usage section. It printed either none or the string already given in the code. I am wondering if I forget some steps in order to update the GPS data or I did something wrong.
thank you