Commit graph

21 commits

Author SHA1 Message Date
Anne Barela
e9b3b6ebe7
Update gps_simpletest.py
Add comments for use of GP4 and GP5 for Raspberry Pi Pico per guide feedback and forum post
2025-07-23 12:30:18 -04:00
foamyguy
dd02ced33b change to ruff 2025-05-14 16:16:14 +00:00
snkYmkrct
dffaebcc23 Add NMEA VTG sentence parse for the km/h speed value 2024-10-07 18:13:16 +02:00
Jonas Kittner
01bcf65ece fix float formatters in example with longitude_degrees being always ints 2024-01-18 16:58:33 +01:00
Alec Delaney
9fd82a7b77 Reorganize imports 2024-01-18 16:58:33 +01:00
Alec Delaney
ae0019d714 Fix format specifier 2024-01-18 16:58:33 +01:00
dherrada
ceb1d743e1 Added commented out board.STEMMA_I2C with explanation 2022-11-18 13:05:24 -05:00
gamblor21
28b2d2543f Add handling with extra precision in lat/long 2022-06-13 16:36:16 -05:00
James Carr
ccc0e463c2
Minor update to simpletest, it is geoid not geo ID. 2021-09-06 10:26:26 +01:00
dherrada
376892e64c Ran pre-commit, added licenses 2021-01-14 13:35:19 -05:00
David Dyck
6b43dbc41e
Fix typo s/# Tuen on/# Turn on/ in examples/gps_simpletest.py 2020-12-23 05:34:24 -08:00
Kattni
ebd10f1ad6
Update board.I2C() 2020-04-29 16:54:36 -04:00
dherrada
157fd77ca9 Changed busio.i2c to board.i2c 2020-03-27 14:05:46 -04:00
dherrada
7a53465688 Ran black, updated to pylint 2.x 2020-03-16 14:57:40 -04:00
Lady Ada
ae45c83442 change name to be specific about the i2c protocol 2019-11-16 11:55:07 -05:00
Lady Ada
22dece5788 parse $GNxxx sentences, make timeouts more reasonable and in seconds, add i2c versions of in_waiting/readline 2019-11-02 20:37:55 -04:00
Lady Ada
6426714fce remove extraneous RX/TX defs 2019-11-02 17:41:49 -04:00
dherrada
35ff3b0f12 Changed uart timeout to 30s instead of 3000ms since busio.UART now uses seconds 2019-05-07 13:24:32 -04:00
Melissa LeBlanc-Williams
e8b045a67a Fixed example copy/paste error 2019-02-20 22:24:29 -08:00
ladyada
72abd3d132 reasonable formatting on lat/long, convert all strings to bytes, add pyserial example 2018-08-18 21:14:29 -04:00
sommersoft
8ebda7ac32 renamed simple example 2018-02-25 21:04:55 -06:00
Renamed from examples/simple.py (Browse further)