From f20cbaddb60aeda6e300ce4147eaee99fb8e2dfc Mon Sep 17 00:00:00 2001 From: Jérémy Dufour Date: Mon, 10 Mar 2008 15:53:42 +0100 Subject: * digital/io/src/asserv - implement functions to receive and handle the ''shared'' status buffer between asserv and io; - implement functions for the upper layer (io) to get the status of the asserv board; - comments improvements and corrections. --- digital/io/src/avrconfig.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'digital/io/src/avrconfig.h') diff --git a/digital/io/src/avrconfig.h b/digital/io/src/avrconfig.h index 4d72b213..e7555acb 100644 --- a/digital/io/src/avrconfig.h +++ b/digital/io/src/avrconfig.h @@ -94,5 +94,7 @@ #define AC_IO_TWI_ADDRESS 2 /** TWI address of the asserv board. */ #define AC_ASSERV_TWI_ADDRESS 4 +/** Length of the status buffer maintains by the asserv board. */ +#define AC_ASSERV_STATUS_LENGTH 12 #endif /* avrconfig_h */ -- cgit v1.2.3