1 2 3 4 5 6 | #import eyes17.eyes # uncomment these two lines while running stand-alone
#p = eyes17.eyes.open()
print p.get_voltage('A1')
print p.get_voltage('A2')
print p.get_voltage('A3')
|
1 2 3 4 5 6 | #import eyes17.eyes # uncomment these two lines while running stand-alone
#p = eyes17.eyes.open()
print p.get_voltage('A1')
print p.get_voltage('A2')
print p.get_voltage('A3')
|