aboutsummaryrefslogtreecommitdiff
path: root/examples/rp/src/bin/adc.rs
Commit message (Expand)AuthorAgeFilesLines
* add the possibility to document `bind_interrupts` `struct`sRalph Ursprung2025-05-151-3/+6
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-211-1/+0
* time: Update examples, tests, and other code to use new Timer::after_x conven...Adam Greig2023-10-151-2/+2
* rp: add single-channel dma from adcpennae2023-08-021-1/+1
* rp: generalize adc inputs from pins to channelspennae2023-08-011-5/+6
* Round temp to make more sense.Henrik Berg2023-07-131-1/+4
* Add descriptions to all RP2040 examples. Some need hardware that was not spec...Henrik Berg2023-07-131-1/+4
* rp/adc: rewrite the modulepennae2023-07-071-8/+9
* rp: remove take!, add bind_interrupts!pennae2023-05-151-4/+7
* cargo fmtAaron Tsui2022-12-201-2/+2
* add convert_to_celsius function in the adc moduleAaron Tsui2022-12-201-1/+6
* embassy-rp: Add basic ADC moduleHenrik Alsér2022-11-151-0/+33