make w5500 spi pins configurable

This commit is contained in:
technyon
2023-02-03 20:07:45 +01:00
parent 870af68f45
commit 13e7643b0d
8 changed files with 28 additions and 8 deletions

7
Pins.h
View File

@@ -1,7 +1,10 @@
#pragma once
#define ETHERNET_CS_PIN 5
#define ETHERNET_RESET_PIN 33
#define ETHERNET_SCK_PIN 22
#define ETHERNET_MISO_PIN 23
#define ETHERNET_MOSI_PIN 33
#define ETHERNET_CS_PIN 19
#define ETHERNET_RESET_PIN -1
#define TRIGGER_LOCK_PIN 32
#define TRIGGER_UNLOCK_PIN 33
#define TRIGGER_UNLATCH_PIN 27