microzig icon indicating copy to clipboard operation
microzig copied to clipboard

[RP2xxx] Configure and access ADC from pins helper

Open MatthiasPortzel opened this issue 1 year ago • 0 comments

The ADC integration that was in the pins helper had completely bit-rotted, so in #303 I replaced it with FIXME comments. I think the change is trivial, I'm just not at all familiar with the ADC on the RP2040. We need to replace .init() and then write a quick test program. (It's possible we don't need to replace .init and we can just delete it, but again, I don't know.)

MatthiasPortzel avatar Dec 10 '24 03:12 MatthiasPortzel