aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)