예제 #1
0
def Setup_Arduino(ComPort):
    a = arduino(ComPort)
    return a
예제 #2
0
def Setup_Arduino(ComPort):
    global a
    a = arduino(ComPort)