![]() |
IoT Drivers
v3.3.0 (S2022)
Engineering in Software Technology
|
Commonly used driver functions. Here you you will find the functions you will need to work with the driver. More...
Functions | |
void | display_7seg_display (float value, uint8_t no_of_decimals) |
Display value on the 7-segment Display. More... | |
void | display_7seg_displayHex (char *hexString) |
Display a HEX value on the 7-segment Display. More... | |
void | display_7seg_displayErr (void) |
Display Err on the 7-segment Display. More... | |
void | display_7seg_powerUp (void) |
Power up the 7-segment display. More... | |
void | display_7seg_powerDown (void) |
Power down the 7-segment display. More... | |
Commonly used driver functions. Here you you will find the functions you will need to work with the driver.
void display_7seg_display | ( | float | value, |
uint8_t | no_of_decimals | ||
) |
Display value on the 7-segment Display.
[in] | value | the value to shown on the display. |
[in] | no_of_decimals | The number of digits after the decimal point. |
void display_7seg_displayErr | ( | void | ) |
Display Err on the 7-segment Display.
Will display Err on the display.
void display_7seg_displayHex | ( | char * | hexString | ) |
Display a HEX value on the 7-segment Display.
Will display a HEX string on the display. If the HEX string has more than four hex bytes the display will scroll.
[in] | hexString | to be shown on the display. |
void display_7seg_powerDown | ( | void | ) |
Power down the 7-segment display.
void display_7seg_powerUp | ( | void | ) |
Power up the 7-segment display.