Skip to content

Update interface. #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
caternuson opened this issue Oct 16, 2018 · 0 comments · Fixed by #19
Closed

Update interface. #17

caternuson opened this issue Oct 16, 2018 · 0 comments · Fixed by #19
Assignees

Comments

@caternuson
Copy link
Contributor

Change this library to work like the MCP3xxx library.
For example,

ads[0].value

needs to change to something like

chan = AnalogIn(ads, ADS.P0)
chan.value

See the MCP3xxx library for specifics:
https://github.com/adafruit/Adafruit_CircuitPython_MCP3xxx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant