libopencm3/examples/stm32/f1/lisa-m-2/adc_injec_timtrig
Stephen Dwyer 2b8fbfc433 updated the lisa_m_2 (STM32 F1) ADC examples for recent code changes to stm32f1 adc.c and adc.h 2012-10-07 17:53:09 -06:00
..
Makefile oops, had to update bin names in makefiles for adc examples 2012-10-07 15:38:02 -06:00
README added different ADC sampling examples for the LisaM v2 including: 2012-10-07 15:38:02 -06:00
adc_injec_timtrig.c updated the lisa_m_2 (STM32 F1) ADC examples for recent code changes to stm32f1 adc.c and adc.h 2012-10-07 17:53:09 -06:00

README

------------------------------------------------------------------------------
README
------------------------------------------------------------------------------

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

This example uses a timer trigger to automatically sample the adc channel.

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