Files
libopencm3-examples/examples/stm32/f3/stm32f3-discovery/adc
Karl Palsson ed6973584c f3: adc: drop the _worst_ of the bad code
The example is pointlessly complicated and includes lots of dead code,
but at least remove the wasteful and confusing references to the
temperature channel as pointed out on github.
2016-10-28 17:39:38 +00:00
..
2013-07-07 21:40:06 -07:00

README

This is the smallest-possible example program using libopencm3.

It's intended for the ST STM32F3DISCOVERY eval board. It should read from the ADC1_IN1 (PA0) pin its voltage and print it in the LEDs.