From f3e2181e6e41225255e7fd654cd4989eac9e19e3 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Sat, 1 May 2010 01:11:09 +0200 Subject: digital/io/src: handle several TWI command for several slaves, closes #122 --- digital/io/src/avrconfig.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'digital/io/src/avrconfig.h') diff --git a/digital/io/src/avrconfig.h b/digital/io/src/avrconfig.h index 9b79b4e1..a9be1f29 100644 --- a/digital/io/src/avrconfig.h +++ b/digital/io/src/avrconfig.h @@ -108,13 +108,6 @@ /* io - io/ai board. */ /** TWI address of the io board. */ #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. - * This length should not include the CRC byte! - */ -#define AC_ASSERV_STATUS_LENGTH 15 /* spi - SPI module. */ /** Select driver: HARD, SOFT, or NONE. */ -- cgit v1.2.3