mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-10-02 06:40:32 +00:00
![bors[bot]](/assets/img/avatar_default.png)
563: Initial ADC support for on STM32F1xx r=Dirbaio a=sjoerdsimons Add an ADC implementation for F1 based chips. Primarily tested using ADC1, proper functionality for ADC2 probably needs some extra work as it's mainly a slave and can't e.g. measure vrefint by itself. Needs https://github.com/embassy-rs/stm32-data/pull/115 Co-authored-by: Sjoerd Simons <sjoerd@collabora.com> Co-authored-by: Dario Nieuwenhuis <dirbaio@dirbaio.net>