You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "pewpew.py", line 4, in <module>
import rpi_ad7606 as adc
File "/usr/local/lib/python2.7/dist-packages/rpi_ad7606-0.1.2.7-py2.7.egg/rpi_ad7606/__init__.py", line 1, in <module>
from rpi_ad7606.rpi_ad7606 import AD7606_SPI, AD7606_AB
ImportError: No module named rpi_ad7606
The text was updated successfully, but these errors were encountered:
Installation seemed successful, but when tried to run the test script, I got the following:
rpi_ad7606/Test and support files/pewpew.py
Line 4 in 1fa285d
The text was updated successfully, but these errors were encountered: