Exemplo n.º 1
0
def set_arduino_path(directory):
    confduino.set_arduino_path(directory)
Exemplo n.º 2
0
def test_iver2():
    for x in TEST_ARDUINO_INSTALLATIONS:
        print (x)
        set_arduino_path(x.path)
        eq_(intversion(), x.iver)
Exemplo n.º 3
0
def test_iver2():
    for x in TEST_ARDUINO_INSTALLATIONS:
        print(x)
        set_arduino_path(x.path)
        eq_(intversion(), x.iver)