aboutsummaryrefslogtreecommitdiff
path: root/examples/mcxa/src/bin/adc_interrupt.rs
Commit message (Expand)AuthorAgeFilesLines
* Refactor the APIJames Munns2025-12-111-14/+6
* run rustfmtMathis Deroo2025-12-091-6/+5
* set_conv_command_config returns Result instead of panic if index > 7Mathis Deroo2025-12-091-1/+1
* Add Mode trait for Async and Blocking behaviorMathis Deroo2025-12-091-1/+1
* Use Result enum for ConvResult structure and read functionMathis Deroo2025-12-091-2/+8
* Modify ConvCommandConfig structMathis Deroo2025-12-091-2/+2
* Modify set_conv_command_config to support command index from 1 to 7Mathis Deroo2025-12-091-2/+2
* ADC driver improvementMathis Deroo2025-12-091-29/+13
* rustfmtJames Munns2025-12-041-2/+2
* Move examples to top level example folderJames Munns2025-12-041-0/+84