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

Function is_GoPiGo3_Sensor_msg

Software/Scratch/GoPiGo3Scratch.py:395–399  ·  view source on GitHub ↗

Check if msg is a valid Sensor command

(msg)

Source from the content-addressed store, hash-verified

393
394
395def is_GoPiGo3_Sensor_msg(msg):
396 '''
397 Check if msg is a valid Sensor command
398 '''
399 return is_msg(compiled_regexSensors,msg)
400
401
402def is_msg(reg,msg):

Callers 1

GoPiGo3Scratch.pyFile · 0.85

Calls 1

is_msgFunction · 0.85

Tested by

no test coverage detected