[DOC] Updated README's for F0 and F4 examples to describe the needed board connections.
This commit is contained in:
@@ -2,10 +2,11 @@
|
||||
README
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
This is the smallest-possible example program using libopencm3.
|
||||
|
||||
It's intended for the ST STM32F0DISCOVERY eval board. It should read from the
|
||||
ADC_IN1 (PA1) pin its voltage and print it to the serial port on pin PA9 with
|
||||
parameters (38400,8,N,1)
|
||||
It's intended for the ST STM32F0DISCOVERY eval board. Measures voltage on the
|
||||
ADC_IN1 input, and prints it to the serial port.
|
||||
|
||||
Board connections:
|
||||
------------------
|
||||
|
||||
PA1 (ADC_IN1) Analog input
|
||||
PA9 (USART1) TTL serial output (38400,8,N,1)
|
||||
|
||||
Reference in New Issue
Block a user