コード例 #1
0
def run_m10():
    import motor1
    motor1.setup(Motor=10)
    motor1.run(Motor=10)
    return render_template('index.html')
コード例 #2
0
def run_motor(Motor):
    import motor1
    motor1.setup(Motor)
    motor1.run(Motor)