示例#1
0
def Setup_Arduino(ComPort):
    a = arduino(ComPort)
    return a
示例#2
0
def Setup_Arduino(ComPort):
    global a
    a = arduino(ComPort)