added firmware info to hendi and motor driver
This commit is contained in:
@@ -60,7 +60,7 @@ class Pololu1376:
|
||||
|
||||
self.stop()
|
||||
|
||||
print("F/W-Version:", self.get_firmware_version())
|
||||
print("Pololu1376 F/W-Version:", self.get_firmware_version())
|
||||
|
||||
def send(self, data):
|
||||
self.ser.write((data + '\r\n').encode())
|
||||
|
||||
Reference in New Issue
Block a user