def Setup_Arduino(ComPort):
    a = arduino(ComPort)
    return a
def Setup_Arduino(ComPort):
    global a
    a = arduino(ComPort)