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 1e274e1 commit b72edc3Copy full SHA for b72edc3
boards/esp32-wemos-d1-r32/include/arduino_iomap.h
@@ -27,7 +27,7 @@ extern "C" {
27
28
#define ARDUINO_UART_D0D1 UART_DEV(0) /**< Arduino UART interface */
29
#define ARDUINO_SPI_D11D12D13 SPI_DEV(0) /**< Arduino SPI bus */
30
-#define ARDUINO_I2C_MEGA I2C_DEV(0) /**< Arduino I2C bus */
+#define ARDUINO_I2C_UNO I2C_DEV(0) /**< Arduino I2C bus */
31
#define ARDUINO_LED 14 /**< LED is connected to Arduino pin 14 */
32
33
/**
0 commit comments