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 f72d24e commit a22fe4aCopy full SHA for a22fe4a
variants/ENVIE_M7/pins_arduino.h
@@ -55,8 +55,8 @@ static const uint8_t MISO = PIN_SPI_MISO;
55
static const uint8_t SCK = PIN_SPI_SCK;
56
57
// Wire
58
-#define PIN_WIRE_SDA (18u)
59
-#define PIN_WIRE_SCL (19u)
+#define PIN_WIRE_SDA (11u)
+#define PIN_WIRE_SCL (12u)
60
61
#define SERIAL_HOWMANY 1
62
#define SERIAL1_TX (digitalPinToPinName(PIN_SERIAL_TX))
@@ -79,6 +79,9 @@ void _ontouch1200bps_();
79
#define I2C_SDA (digitalPinToPinName(PIN_WIRE_SDA))
80
#define I2C_SCL (digitalPinToPinName(PIN_WIRE_SCL))
81
82
+#define I2C_SDA_INTERNAL (PB_7)
83
+#define I2C_SCL_INTERNAL (PB_6)
84
+
85
#define SPI_HOWMANY 1
86
87
#define SPI_MISO (digitalPinToPinName(PIN_SPI_MISO))
0 commit comments