Added simple adc example for lisa/m 2.

This commit is contained in:
Piotr Esden-Tempski
2012-08-26 14:07:04 -07:00
parent 7373bfcb9b
commit d1cc8ca2b3
3 changed files with 198 additions and 0 deletions

View File

@@ -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.