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

Method reset_speed

Software/Python/easygopigo3.py:269–274  ·  view source on GitHub ↗

This method resets the speed to its original value.

(self)

Source from the content-addressed store, hash-verified

267 return int(self.speed)
268
269 def reset_speed(self):
270 """
271 This method resets the speed to its original value.
272
273 """
274 self.set_speed(self.DEFAULT_SPEED)
275
276 def stop(self):
277 """

Callers

nothing calls this directly

Calls 1

set_speedMethod · 0.95

Tested by

no test coverage detected