Open dpk9 opened 1 year ago
small functions?
def cmdstrSpeed(self, speed): return "V{}".format(speed)
Maybe enum?
Maybe build commands into a list for readable debugging, then upon execution convert into one long string
small functions?
Maybe enum?