summaryrefslogtreecommitdiff
path: root/Src/main.c
diff options
context:
space:
mode:
authorAditya Naik2020-03-26 18:52:11 -0400
committerAditya Naik2020-03-26 18:52:11 -0400
commit4689b224b0aa949dab8996f05a7a6fa926fbe427 (patch)
treee9b44e338c33d5edbbdb7466d6af35afdb0429c5 /Src/main.c
parentd750b89ec81ab1dd70a0c882bc530501677ebcb8 (diff)
Working MDR req, untested ACK
Diffstat (limited to 'Src/main.c')
-rw-r--r--Src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/main.c b/Src/main.c
index 8c500f9..10d43ed 100644
--- a/Src/main.c
+++ b/Src/main.c
@@ -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