parent
8c3170596f
commit
b506c010f7
1 changed files with 3 additions and 0 deletions
|
|
@ -23,8 +23,11 @@
|
||||||
#define PIN_SPI1_SS (31u)
|
#define PIN_SPI1_SS (31u)
|
||||||
|
|
||||||
// Wire
|
// Wire
|
||||||
|
#define __WIRE0_DEVICE i2c1
|
||||||
#define PIN_WIRE0_SDA (2u)
|
#define PIN_WIRE0_SDA (2u)
|
||||||
#define PIN_WIRE0_SCL (3u)
|
#define PIN_WIRE0_SCL (3u)
|
||||||
|
|
||||||
|
#define __WIRE1_DEVICE i2c0
|
||||||
#define PIN_WIRE1_SDA (31u) // not pinned out
|
#define PIN_WIRE1_SDA (31u) // not pinned out
|
||||||
#define PIN_WIRE1_SCL (31u)
|
#define PIN_WIRE1_SCL (31u)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue