summaryrefslogtreecommitdiff
path: root/n/es-2006/src/avrconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'n/es-2006/src/avrconfig.h')
-rw-r--r--n/es-2006/src/avrconfig.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/n/es-2006/src/avrconfig.h b/n/es-2006/src/avrconfig.h
index 2c2c103..eced8a7 100644
--- a/n/es-2006/src/avrconfig.h
+++ b/n/es-2006/src/avrconfig.h
@@ -25,6 +25,12 @@
*
* }}} */
+/* I'am a twi master ! */
+#define TWI_SL_RCPT_SIZE 1
+#define TWI_SL_SEND_SIZE 1
+
+#define TWI_MASTER_ENABLE 1
+
/* global */
/** AVR Frequency : 1000000, 1843200, 2000000, 3686400, 4000000, 7372800,
* 8000000, 11059200, 14745600, 16000000, 18432000, 20000000. */
@@ -75,7 +81,7 @@
/* proto - Protocol module. */
/** Maximum argument size. */
-#define AC_PROTO_ARGS_MAX_SIZE 8
+#define AC_PROTO_ARGS_MAX_SIZE 32
/** Callback function name. */
#define AC_PROTO_CALLBACK proto_callback
/** Putchar function name. */