aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32/f1/lisa-m-2/adc_regular/README
diff options
context:
space:
mode:
authorPiotr Esden-Tempski2012-08-28 15:56:29 -0700
committerPiotr Esden-Tempski2012-09-10 14:01:24 -0700
commitdcd98dde86c68340e950d12b078d24fd30bef625 (patch)
tree13c79f2379e0f6a751d2baf581677f217eda9579 /examples/stm32/f1/lisa-m-2/adc_regular/README
parentd1cc8ca2b3455019391d8a6fda5f66b952c3aea7 (diff)
Renamed adc example to be more descriptive.
Diffstat (limited to 'examples/stm32/f1/lisa-m-2/adc_regular/README')
-rw-r--r--examples/stm32/f1/lisa-m-2/adc_regular/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/stm32/f1/lisa-m-2/adc_regular/README b/examples/stm32/f1/lisa-m-2/adc_regular/README
new file mode 100644
index 0000000..3b583ff
--- /dev/null
+++ b/examples/stm32/f1/lisa-m-2/adc_regular/README
@@ -0,0 +1,9 @@
+------------------------------------------------------------------------------
+README
+------------------------------------------------------------------------------
+
+This is a simple polling example that sends the value read out from the
+temperature sensor ADC channel of the STM32 to the USART2.
+
+The terminal settings for the receiving device/PC are 115200 8n1.
+