aboutsummaryrefslogtreecommitdiffstats
path: root/src/fsm/i2c.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fsm/i2c.c')
-rw-r--r--src/fsm/i2c.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fsm/i2c.c b/src/fsm/i2c.c
index 687f7be..556b55f 100644
--- a/src/fsm/i2c.c
+++ b/src/fsm/i2c.c
@@ -32,6 +32,8 @@
#include "task.h"
#include "semphr.h"
+/* I2C 1 on PB9 and PB6
+ * See pio.txt for PIO allocation details */
const uint16_t GPIOB_PIN_SDA = GPIO_Pin_9;
const uint16_t GPIOB_PIN_SCL = GPIO_Pin_6;