Unverified Commit e8ec7929 authored by Leonardo La Rocca's avatar Leonardo La Rocca Committed by GitHub

Reverted Wire and Wire1 for Melopero (#323)

parent 0c22150f
......@@ -26,11 +26,11 @@
#define PIN_SPI1_SS (13u)
// Wire
#define PIN_WIRE0_SDA (2u) // 8
#define PIN_WIRE0_SCL (3u) // 9
#define PIN_WIRE0_SDA (8u)
#define PIN_WIRE0_SCL (9u)
#define PIN_WIRE1_SDA (8u) // 2
#define PIN_WIRE1_SCL (9u) // 3
#define PIN_WIRE1_SDA (2u)
#define PIN_WIRE1_SCL (3u)
#define SERIAL_HOWMANY (3u)
#define SPI_HOWMANY (2u)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment