altos/stm32f1: Add ao_adc_single support
authorKeith Packard <keithp@keithp.com>
Mon, 8 Jan 2024 03:13:22 +0000 (19:13 -0800)
committerKeith Packard <keithp@keithp.com>
Thu, 1 Feb 2024 01:50:19 +0000 (17:50 -0800)
commit37de458faea5f67870b80e3549e37130bf43b11b
tree2d2751f57a20417e3e1ab2c03088d8861c7c828d
parent1760bec9ed19c64f35ea28904cea433d39dead07
altos/stm32f1: Add ao_adc_single support

This supports polling the ADC for values instead of having
them get dumped into a ring at a regular rate.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/stm32f1/ao_adc_single_stm.c [new file with mode: 0644]
src/stm32f1/ao_adc_stm.c