summaryrefslogtreecommitdiff
path: root/src/stm-demo/ao_pins.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stm-demo/ao_pins.h')
-rw-r--r--src/stm-demo/ao_pins.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/stm-demo/ao_pins.h b/src/stm-demo/ao_pins.h
index 42f4123d..9fd1175d 100644
--- a/src/stm-demo/ao_pins.h
+++ b/src/stm-demo/ao_pins.h
@@ -138,5 +138,11 @@ struct ao_adc {
#define AO_ADC_SQ2 AO_ADC_TEMP
#define AO_ADC_SQ3 AO_ADC_VREF
+#define HAS_I2C_1 1
+#define I2C_1_PB6_PB7 0
+#define I2C_1_PB8_PB9 1
+
+#define HAS_I2C_2 0
+#define I2C_2_PB10_PB11 0
#endif /* _AO_PINS_H_ */