We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0677d4 commit 2c09147Copy full SHA for 2c09147
cores/arduino/stm32/PeripheralPins.h
@@ -46,6 +46,10 @@ extern const PinMap PinMap_DAC[];
46
extern const PinMap PinMap_I2C_SDA[];
47
extern const PinMap PinMap_I2C_SCL[];
48
49
+//*** I3C ***
50
+extern const PinMap PinMap_I3C_SDA[];
51
+extern const PinMap PinMap_I3C_SCL[];
52
+
53
//*** TIM ***
54
/* For backward compatibility */
55
#define PinMap_PWM PinMap_TIM
0 commit comments