From 89a55a3a208e389f255a0e34e8619fbc52c30ebb Mon Sep 17 00:00:00 2001 From: burg Date: Mon, 22 May 2006 16:06:09 +0000 Subject: I2C -> LCD : OK KEYBD -> ES : KO :-) Faut tuner la lecture clavier... pff --- n/lcd/src/avrconfig.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'n/lcd/src/avrconfig.h') diff --git a/n/lcd/src/avrconfig.h b/n/lcd/src/avrconfig.h index e08c18b..3f2fe24 100644 --- a/n/lcd/src/avrconfig.h +++ b/n/lcd/src/avrconfig.h @@ -83,4 +83,13 @@ /** Support for quote parameter. */ #define AC_PROTO_QUOTE 1 +/* twi slave */ +#define TWI_SL_RCPT_SIZE 16 +#define TWI_SL_SEND_SIZE 1 + +#define TWI_SLAVE_ENABLE 1 + + + + #endif /* avrconfig_h */ -- cgit v1.2.3