libopencm3/examples/stm32/f1/lisa-m-2/adc_injec_timtrig
Piotr Esden-Tempski 3d3ddc7014 Fixed all warnings for examples. 2013-02-26 19:33:42 -08:00
..
Makefile Made all Lisa/M 2.0 examples luftboot ready. 2012-11-08 15:35:17 -08:00
README added different ADC sampling examples for the LisaM v2 including: 2012-10-07 15:38:02 -06:00
adc_injec_timtrig.c Fixed all warnings for examples. 2013-02-26 19:33:42 -08: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.