You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
The text was updated successfully, but these errors were encountered:
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.)The text was updated successfully, but these errors were encountered: