altos/telefireone-v1.0: Track ao_led_init API change
[fw/altos] / src / drivers / ao_seven_segment.h
index 5b29deaf636ea5e07e6e14e874938d90a6302375..bdac98c71fa0da4cfff0ec3177b62dbd8ed8ad91 100644 (file)
@@ -3,7 +3,8 @@
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful, but
  * WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -22,6 +23,9 @@
 
 #define AO_SEVEN_SEGMENT_CLEAR         0xff
 
+void
+ao_seven_segment_direct(uint8_t digit, uint8_t segments);
+
 void
 ao_seven_segment_set(uint8_t digit, uint8_t value);