altoslib: Missed a couple of easy mini voltage API changes
[fw/altos] / src / core / ao_led.h
index edc5fd1f9fb41d97bae679067f8fe5fec1759c08..d9a0914a761cb931bdc4d92bf7388ad8cb4839f8 100644 (file)
@@ -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);