Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PierreGode/Ragnar
/ _resolve
Function
_resolve
gps_manager.py:148–149 ·
view source on GitHub ↗
(entry)
Source
from the content-addressed store, hash-verified
146
147
Returns True
if
NMEA was seen at any baud, False otherwise.
148
""
"
149
try
:
150
import
serial
as
pyserial
151
except
ImportError:
152
return
False
Callers
1
detect_gps_device
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected