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

Melopero Shake: Switched Wire1 with Wire for simpler use (#320)

parent adf1c88c
......@@ -26,11 +26,11 @@
#define PIN_SPI1_SS (13u)
// Wire
#define PIN_WIRE0_SDA (8u)
#define PIN_WIRE0_SCL (9u)
#define PIN_WIRE0_SDA (2u) // 8
#define PIN_WIRE0_SCL (3u) // 9
#define PIN_WIRE1_SDA (2u)
#define PIN_WIRE1_SCL (3u)
#define PIN_WIRE1_SDA (8u) // 2
#define PIN_WIRE1_SCL (9u) // 3
#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