summaryrefslogtreecommitdiff
path: root/src/common/led.h
diff options
context:
space:
mode:
authorNicolas Schodet2011-06-17 00:45:31 +0200
committerNicolas Schodet2011-09-26 19:41:34 +0200
commit38b4a4d5ca0f30a5e058de2a99436df187a46f52 (patch)
tree08fed49b2bbac63fea0d40940e15e27182ce6b5d /src/common/led.h
parentca0e7d4a5b7e0d2ae98580fd2dd17fb82fc43d1d (diff)
src/common: remove pull up when button is pressed
Diffstat (limited to 'src/common/led.h')
-rw-r--r--src/common/led.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/led.h b/src/common/led.h
index 6f1ce50..848a53a 100644
--- a/src/common/led.h
+++ b/src/common/led.h
@@ -40,4 +40,8 @@ led_init (void);
void
led_display (uint16_t leds, uint16_t duration);
+/** Remove all leds pull-up. */
+void
+led_no_pull_up (void);
+
#endif /* led_h */