Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2022
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. >>> import Adafruit_BBIO.ADC as adc
  2. >>> adc.setup()
  3. Traceback (most recent call last):
  4. File "<stdin>", line 1, in <module>
  5. RuntimeError: Unable to setup ADC system. Possible causes are:
  6. - A cape with a conflicting pin mapping is loaded
  7. - A device tree object is loaded that uses the same name for a fragment: helper
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement