summaryrefslogtreecommitdiff
path: root/n/lcd/src/avrconfig.h
diff options
context:
space:
mode:
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 */