2016-12-07 6 views
0

私はBBBにAdafruit_BBIOモジュールをインストールしました(githubからダウンロードして手動でインストールしました)。 GPIOはうまく動作しますが、私は次のように私はエラーを取得するADC使用しようとすると:Adubruit_BBIO.ADC.setup()on ubuntu 16.04.1 error

import Adafruit_BBIO.ADC as ADC 
ADC.setup() 

にエラー:

Traceback (most recent call last): 
File "<stdin>", line 1, in <module> 
RuntimeError: Unable to setup ADC system. Possible causes are: 
- A cape with a conflicting pin mapping is loaded 
- A device tree object is loaded that uses the same name for a fragment: helper 

私はこの問題の答えを見つけることができませんでした。 古いバージョンのubuntuを使うべきですか?

ありがとうございます!

答えて