MCPcopy 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

9en_debug = False
10
11def debug(in_str):
12 if en_debug:
13 print(in_str)
14
15patterns=["$GPGGA",
16 "/[0-9]{6}\.[0-9]{2}/", # timestamp hhmmss.ss

Callers 1

validateMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected