aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp/src/adc.rs
Commit message (Expand)AuthorAgeFilesLines
* docs: document all embassy-rp public apisUlf Lilleengen2023-12-191-0/+24
* added sampling frequency setting to adc capture methods on rp2040Ilya Epifanov2023-10-091-2/+6
* rp: add single-channel dma from adcpennae2023-08-021-2/+113
* rp: generalize adc inputs from pins to channelspennae2023-08-011-54/+48
* rp: remove AdcChannel::channelpennae2023-08-011-14/+7
* rp: add AdcChannel traitpennae2023-08-011-3/+5
* Rename embassy-hal-common to embassy-hal-internal, document it's for internal...Dario Nieuwenhuis2023-07-281-1/+1
* rp: disable adc hardware on Adc droppennae2023-07-201-0/+10
* rp/adc: rewrite the modulepennae2023-07-071-84/+141
* disable pull-up and down resistors for rp adc blocking_readDietrich Beck2023-06-221-2/+8
* rp: update rp-pac.Dario Nieuwenhuis2023-06-161-66/+54
* Make interrupt module more standard.Dario Nieuwenhuis2023-06-081-9/+7
* cortex-m: remove owned interrupts.Dario Nieuwenhuis2023-06-011-3/+3
* rp: remove take!, add bind_interrupts!pennae2023-05-151-12/+19
* fix: rp - disable Pull-down/up resistors for ADC readLachezar Lechev2023-02-281-1/+10
* Change interrupt modify into writeHenrik Alsér2022-11-221-2/+2
* CleanupHenrik Alsér2022-11-151-6/+1
* embassy-rp: Add basic ADC moduleHenrik Alsér2022-11-151-0/+178