We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c889a3c commit 2397d03Copy full SHA for 2397d03
libraries/lwIP_Ethernet/src/LwipEthernet.cpp
@@ -1,13 +1,13 @@
1
2
#include <LwipEthernet.h>
3
-#include <SPI.h>
+//#include <SPI.h>
4
5
//#ifndef ETHERNET_SPI_CLOCK_DIV
6
//#define ETHERNET_SPI_CLOCK_DIV SPI_CLOCK_DIV4 // 4MHz (SPI.h)
7
//#endif
8
9
void SPI4EthInit() {
10
- SPI.begin();
+ //SPI.begin();
11
// SPI.setClockDivider(ETHERNET_SPI_CLOCK_DIV);
12
// SPI.setBitOrder(MSBFIRST);
13
// SPI.setDataMode(SPI_MODE0);
0 commit comments