Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DexterInd/GoPiGo3
/ debug
Function
debug
Software/Python/Examples/gps_reading.py:11–13 ·
view source on GitHub ↗
(in_str)
Source
from the content-addressed store, hash-verified
9
en_debug = False
10
11
def
debug(in_str):
12
if
en_debug:
13
print(in_str)
14
15
patterns=[
"$GPGGA"
,
16
"/[0-9]{6}\.[0-9]{2}/"
,
# timestamp hhmmss.ss
Callers
1
validate
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected