MCPcopy
hub / github.com/PiLiDAR/PiLiDAR / close

Method close

lib/a4988_driver.py:104–108  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

102 return current_angle
103
104 def close(self):
105 #GPIO.setmode(GPIO.BCM)
106 GPIO.cleanup(self.ms_pins)
107 GPIO.cleanup(self.dir_pin)
108 GPIO.cleanup(self.step_pin)
109
110
111if __name__ == "__main__":

Callers 5

PiLiDAR.pyFile · 0.45
load_pointcloudFunction · 0.45
save_pointcloudFunction · 0.45
a4988_driver.pyFile · 0.45
curve_fitting.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected