- added separation line
This commit is contained in:
@@ -101,6 +101,7 @@ class Pololu1376:
|
||||
|
||||
|
||||
def print_vars(drv):
|
||||
print ("-------------------------------------------")
|
||||
print ("STATUS : {:04X}".format(int(drv.get_variable(Varid.STATUS.value[0]))))
|
||||
print ("STATUS_ERROR_OCCURED : {:04X}".format(int(drv.get_variable(Varid.STATUS_SERIAL_ERROR_OCCURED.value[0]))))
|
||||
print ("STATUS_LIMIT_STATUS : {:04X}".format(int(drv.get_variable(Varid.STATUS_LIMIT_STATUS.value[0]))))
|
||||
|
||||
Reference in New Issue
Block a user