sdk
sdk copied to clipboard
ADC Input on STM
It looks like the STM board has ADC inputs. It would be nice if those were exposed.
@jakobr-google can we close this, or is there more remaining work?
Current status:
- [x] Poll mode
- [x] Sampling in DMA mode
- [ ] Interrupt mode
What Karl said. :)
We have basic ADC support, with blocking code. I'd like to add DMA and interrupt support as well, but it's up to you if that's part of this issue, or if we want to track that separately.
DMA support's landed. Now I just need to add interrupt support.