diff options
Diffstat (limited to 'Src/main.c')
| -rw-r--r-- | Src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ #define SET_BIT_FROM_IDX(a, b) a[b>>5]|=(1<<(b%32))
#define COUNTOF(__BUFFER__) (sizeof(__BUFFER__) / sizeof(*(__BUFFER__)))
-#define I2C_ADDRESS 0x30F
+#define I2C_ADDRESS 0x05
/* Macro to toggle between master and slave firmware */
#define MASTER
|
