summaryrefslogtreecommitdiff
path: root/src/core/ao_led.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ao_led.h')
-rw-r--r--src/core/ao_led.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/ao_led.h b/src/core/ao_led.h
index edc5fd1f..d9a0914a 100644
--- a/src/core/ao_led.h
+++ b/src/core/ao_led.h
@@ -40,6 +40,10 @@ ao_led_off(AO_LED_TYPE colors);
void
ao_led_set(AO_LED_TYPE colors);
+/* Set all LEDs in 'mask' to the specified state */
+void
+ao_led_set_mask(uint8_t colors, uint8_t mask);
+
/* Toggle the specified LEDs */
void
ao_led_toggle(AO_LED_TYPE colors);