![]() |
IoT Drivers
v3.3.0 (S2022)
Engineering in Software Technology
|
Driver to the 4-digits 7-segment display found on the VIA ARDUINO MEGA2560 Shield rev. 2.0 More...
#include <stdint.h>
Go to the source code of this file.
Functions | |
void | display_7seg_initialise (void(*displayDoneCallBack)(void)) |
Initialise the 7-segment Display driver. More... | |
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... | |
Driver to the 4-digits 7-segment display found on the VIA ARDUINO MEGA2560 Shield rev. 2.0