aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32/l1/stm32l-discovery/button-irq-printf/README
diff options
context:
space:
mode:
authorKarl Palsson2012-10-29 22:20:18 +0000
committerKarl Palsson2012-11-07 21:54:18 +0000
commitdb5d19b4d4662640e13e1d22fb5d13a74a944b81 (patch)
treee61dcfb32a3ae9d6fb099696c971a7ccfc2e470d /examples/stm32/l1/stm32l-discovery/button-irq-printf/README
parentbffaa72f7e4f9a513edee34d1dee7b29a2eee6b2 (diff)
Update documentation to reflect reality
Diffstat (limited to 'examples/stm32/l1/stm32l-discovery/button-irq-printf/README')
-rw-r--r--examples/stm32/l1/stm32l-discovery/button-irq-printf/README5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/stm32/l1/stm32l-discovery/button-irq-printf/README b/examples/stm32/l1/stm32l-discovery/button-irq-printf/README
index 09e52bc..63232ef 100644
--- a/examples/stm32/l1/stm32l-discovery/button-irq-printf/README
+++ b/examples/stm32/l1/stm32l-discovery/button-irq-printf/README
@@ -1,4 +1,3 @@
-* Counts how long the user button was held down (in ms)
-* Uses one free running counter plus EXTI as an ugly input capture
-115200@8n1 console on PA2 (tx only)
+* Prints to the screen when the button is pushed/released (irq driven)
+ 115200@8n1 console on PA2 (tx only)