summaryrefslogtreecommitdiff
path: root/n/lcd/src/avrconfig.h
diff options
context:
space:
mode:
authorburg2006-05-22 16:06:09 +0000
committerburg2006-05-22 16:06:09 +0000
commit89a55a3a208e389f255a0e34e8619fbc52c30ebb (patch)
tree02bd567ca5afd2ace23946ad03bf02e28ea5bd1b /n/lcd/src/avrconfig.h
parent0c97c0770bb3c6e4f9cdd526700f30029a714f49 (diff)
I2C -> LCD : OK
KEYBD -> ES : KO :-) Faut tuner la lecture clavier... pff
Diffstat (limited to 'n/lcd/src/avrconfig.h')
-rw-r--r--n/lcd/src/avrconfig.h9
1 files changed, 9 insertions, 0 deletions
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 */