Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions variants/wt32-eth01/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@
#define ETH_PHY_TYPE ETH_PHY_LAN8720
#define ETH_CLK_MODE ETH_CLOCK_GPIO0_IN

#define SDA 33
#define SCL 32

#define SS 2
#define MOSI 14
#define MISO 15
#define SCK 12

// general purpose IO pins
static const uint8_t IO0 = 0;
static const uint8_t IO1 = 1; // TXD0 / TX0 pin
Expand Down