Skip to content
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

Implement ADC API #51

Closed
hannobraun opened this issue Feb 22, 2018 · 1 comment
Closed

Implement ADC API #51

hannobraun opened this issue Feb 22, 2018 · 1 comment

Comments

@hannobraun
Copy link
Member

It's currently possible to use the Pin API to enable an ADC channel via the switch matrix, but there is no API to actually use it without going through the low-level register mappings from the lpc82x crate.

I have some experimental ADC code in an internal repository that I plan to polish up and add to LPC82x HAL. There are a lot of other things I'd like to do first though, so I'm setting this to medium priority. If you need this feature, please comment here. I'm happy to adjust the priority, if there's demand.

@hannobraun
Copy link
Member Author

Implemented in #203.

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

No branches or pull requests

1 participant