libopencm3/examples/stm32/f1/lisa-m-2/adc_injec_timtrig_irq_4ch
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_irq_4ch.c Fixed all warnings for examples. 2013-02-26 19:33:42 -08:00

README

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

This is a simple example that sends the values read out from four ADC
channels of the STM32 to the USART2.

This example uses a timer trigger to sample the injected adc channels and
then uses an interrupt routine to retrieve the samples from the data registers.

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