From bcce98da54b047a15ef0abf41e0c7794f29f0439 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 30 Dec 2010 01:52:44 +0100 Subject: Move STM32 examples to examples/stm32 subdir. --- examples/stm32/other/adc_temperature_sensor/README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 examples/stm32/other/adc_temperature_sensor/README (limited to 'examples/stm32/other/adc_temperature_sensor/README') diff --git a/examples/stm32/other/adc_temperature_sensor/README b/examples/stm32/other/adc_temperature_sensor/README new file mode 100644 index 0000000..aa00ef0 --- /dev/null +++ b/examples/stm32/other/adc_temperature_sensor/README @@ -0,0 +1,10 @@ +------------------------------------------------------------------------------ +README +------------------------------------------------------------------------------ + +This example program sends some characters on USART1. +Afterwards it read out the internal temperature sensor of the STM32 and +sends the value read out from the ADC to the USART1. + +The terminal settings for the receiving device/PC are 115200 8n1. + -- cgit v1.2.3