From 906d9a5356fe7b90fc14a9c0d6a0d65abb7e80a8 Mon Sep 17 00:00:00 2001 From: Alex AUVOLAT Date: Sat, 4 Jan 2014 13:09:05 +0100 Subject: Document programs ; better time support in monitor. --- monitor/mon.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'monitor/mon.h') diff --git a/monitor/mon.h b/monitor/mon.h index 39ac37e..7abcf8c 100644 --- a/monitor/mon.h +++ b/monitor/mon.h @@ -22,7 +22,8 @@ typedef struct { typedef enum { MS_FINISH, MS_RUN, - MS_AUTO + MS_AUTO, + MS_FREQ } t_status; typedef enum { @@ -39,6 +40,8 @@ typedef struct { t_output *outputs; int step; + int freq; + int max_freq; t_status status; @@ -49,6 +52,8 @@ typedef struct { int ser_in_in, ser_in_busy_out, ser_out; char ser_buf[256]; char ser_out_buf; + + int d7[8]; } t_mon; void disp_init(); -- cgit v1.2.3