Module code.sensors
Sensors is the module for communicating with the ROV's sensor, collecting the information, and passing it on so that the operators of the ROV can view it.
Expand source code
'''
Sensors is the module for communicating with
the ROV's sensor, collecting the information,
and passing it on so that the operators of
the ROV can view it.
'''
import sys
sys.path.append(sys.path[0] + '/sensors')
Sub-modules
code.sensors.dataCollectShards-
Author: Jonathan Rotter …
code.sensors.tempSensor-
Author: Jonathan Rotter …
code.sensors.webSocketServer-
Author: Jonathan Rotter …