X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fdrivers%2Fao_seven_segment.h;h=bdac98c71fa0da4cfff0ec3177b62dbd8ed8ad91;hb=6b0754cee625c6e2c19dc70fb5be6cd2f0125d47;hp=5b29deaf636ea5e07e6e14e874938d90a6302375;hpb=8bfe8157cd9fe488d1ee961f200ffa0866322f2c;p=fw%2Faltos diff --git a/src/drivers/ao_seven_segment.h b/src/drivers/ao_seven_segment.h index 5b29deaf..bdac98c7 100644 --- a/src/drivers/ao_seven_segment.h +++ b/src/drivers/ao_seven_segment.h @@ -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);