atsamd
atsamd copied to clipboard
Add new example of ADC with RTIC using SysTick as monotonic
Summary
[describe your changes here]
Checklist
- [x]
CHANGELOG.mdfor the BSP or HAL updated - [x] All new or modified code is well documented, especially public items
- [x] No new warnings or clippy suggestions have been introduced (see CI or check locally)
If Adding a new Board
- [x] Board CI added to
crates.json - [x] Board is properly following "Tier 2" conventions, unless otherwise decided to be "Tier 1"
Pinging @ceigel. Did you want to pick this back up? An RTIC example for the feather_m0 would be nice to have.
@bradleyharden sorry for the delay. I addressed the comments. I haven't tested it on hardware with the new changes. I will do that in the following days.
@bradleyharden I tested this on hardware. The PR is ready to be merged.