 |
IoT Drivers
v3.3.0 (S2022)
Engineering in Software Technology
|
Go to the documentation of this file.
24 #ifndef _DISPLAY_7SEG_H_
25 #define _DISPLAY_7SEG_H_
void display_7seg_displayErr(void)
Display Err on the 7-segment Display.
void display_7seg_displayHex(char *hexString)
Display a HEX value on the 7-segment Display.
void display_7seg_powerDown(void)
Power down the 7-segment display.
void display_7seg_initialise(void(*displayDoneCallBack)(void))
Initialise the 7-segment Display driver.
void display_7seg_display(float value, uint8_t no_of_decimals)
Display value on the 7-segment Display.
void display_7seg_powerUp(void)
Power up the 7-segment display.