Added a heartbeat function to the driver code. Both the
MatrixOrbital driver and the curses driver now have their own heartbeat functions.
This commit is contained in:
@@ -67,6 +67,8 @@ typedef struct lcd_logical_driver {
|
||||
// Returns pointer to static string.
|
||||
char * (*getinfo) ();
|
||||
|
||||
// Puts up a heartbeat...
|
||||
void (*heartbeat) (int type);
|
||||
// more?
|
||||
|
||||
} lcd_logical_driver;
|
||||
|
||||
Reference in New Issue
Block a user