add doc strings to commands missing them
Change-Id: Ib0320cc4653ff695a7ee2bad3486eeec5309d3b1
This commit is contained in:
@ -148,6 +148,7 @@ class Motor(PersistentMixin, HasIodev, Drivable):
|
||||
|
||||
@Command
|
||||
def reset(self):
|
||||
"""reset error, set position to encoder"""
|
||||
self.read_value()
|
||||
if self.status[0] == self.Status.ERROR:
|
||||
enc = self.encoder - self.zero
|
||||
|
Reference in New Issue
Block a user