Files
libopencm3-examples/examples/stm32/f1/lisa-m-2/adc_regular
Piotr Esden-Tempski e599e34073 Updated all rcc_clock_setups to use the new lookup tables.
The old "one function per config" system is depricated for quite a while
now...
2021-06-19 02:19:47 -07:00
..

README

This is a simple polling example that sends the value read out from the temperature sensor ADC channel of the STM32 to the USART2.

The terminal settings for the receiving device/PC are 115200 8n1.