To launch the Python Console type:
# python Python 2.7.3 (default, Apr 3 2013, 21:37:23) [GCC 4.7.3 20130205 (prerelease)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>>
>>> import Adafruit_BBIO.ADC as ADC
>>> ADC.setup()
>>> ADC.read("P9_40") 0.54777777194976807 >>> ADC.read("P9_40") 0.55000001192092896 >>> ADC.read("P9_40") 0.55166667699813843 >>> ADC.read("P9_40") 0.39388889074325562 >>>