aboutsummaryrefslogtreecommitdiff
path: root/examples/mcxa/src/bin/adc_polling.rs
Commit message (Collapse)AuthorAgeFilesLines
* Refactor the APIJames Munns2025-12-111-10/+16
|
* run rustfmtMathis Deroo2025-12-091-2/+2
| | | | Signed-off-by: Mathis Deroo <[email protected]>
* set_conv_command_config returns Result instead of panic if index > 7Mathis Deroo2025-12-091-1/+1
| | | | Signed-off-by: Mathis Deroo <[email protected]>
* Add Mode trait for Async and Blocking behaviorMathis Deroo2025-12-091-8/+12
| | | | Signed-off-by: Mathis Deroo <[email protected]>
* Modify ConvCommandConfig structMathis Deroo2025-12-091-2/+2
| | | | Signed-off-by: Mathis Deroo <[email protected]>
* Modify set_conv_command_config to support command index from 1 to 7Mathis Deroo2025-12-091-2/+2
| | | | Signed-off-by: Mathis Deroo <[email protected]>
* ADC driver improvementMathis Deroo2025-12-091-9/+9
| | | | Signed-off-by: Mathis Deroo <[email protected]>
* rustfmtJames Munns2025-12-041-1/+1
|
* Move examples to top level example folderJames Munns2025-12-041-0/+68