![]() |
IoT Drivers
v3.3.0 (S2022)
Engineering in Software Technology
|
How to initialise the driver. More...
Functions | |
void | display_7seg_initialise (void(*displayDoneCallBack)(void)) |
Initialise the 7-segment Display driver. More... | |
How to initialise the driver.
void display_7seg_initialise | ( | void(*)(void) | displayDoneCallBack | ) |
Initialise the 7-segment Display driver.
Initialise the driver.
[in] | displayDoneCallBack | function pointer to call back function, or NULL if no call back function is used. |
The Call back function will be called each time the display driver releases the SPI bus. This allows other drivers to use the driver.
The call back function must have this signature: