def run_m10(): import motor1 motor1.setup(Motor=10) motor1.run(Motor=10) return render_template('index.html')
def run_motor(Motor): import motor1 motor1.setup(Motor) motor1.run(Motor)