MCPcopy Create free account
hub / github.com/DexterInd/GoPiGo3 / debug

Function debug

Projects/ObjectAvoidanceRobot/object_avoidance_robot.py:47–49  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

45
46# function for debugging
47def debug(string):
48 if DEBUG is True:
49 print("Debug: " + str(string))
50
51def Main():
52

Callers 1

MainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected