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:
@@ -19,5 +19,6 @@ void curses_drv_draw_frame (char *dat);
|
||||
char curses_drv_getkey ();
|
||||
void curses_drv_init_num ();
|
||||
void curses_drv_num (int x, int num);
|
||||
void curses_drv_heartbeat (int type);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user