summaryrefslogtreecommitdiff
path: root/Src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'Src/main.c')
-rw-r--r--Src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Src/main.c b/Src/main.c
index dc25c5a..760e8eb 100644
--- a/Src/main.c
+++ b/Src/main.c
@@ -48,10 +48,10 @@
#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
+/* #define MASTER */
/* USER CODE END PM */
/* Private variables ---------------------------------------------------------*/