Open
Description
The ADC
traits (adc::Channel
and adc::OneShot
) available on the 0.2.x versions have been removed ahead of the 1.0.0 release. See: #376
This issue servers as a tracking issue until we add them back/reject them.
The reasons were:
- The traits are quite complicated to use in generic code.
- It seems users would be better served by inherent methods.
- Also, these traits are
nb
-only.
ADC traits as of the 0.2.7 release:
Relevant issues/PRs:
Adc
API #10- ADC OneShot: Clarify asynchronous behavior #123
- ADC-related traits #101
- ADC API does not allow non-unit channels #110
- Your issue here!
Please feel free to participate, highlight your current use cases, problems and provide solutions.
Metadata
Metadata
Assignees
Labels
No labels