Skip to content

Commit

Permalink
Fixed SPI example
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Jun 27, 2024
1 parent 213fdb8 commit 38ea160
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/SPIExample/SPIExample.ino
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
#define SPI_CS 18
#elif defined(LILYGO_T_ETH_ELITE_ESP32S3)

#define SPI_MISO_PIN 9
#define SPI_MOSI_PIN 11
#define SPI_SCLK_PIN 10
#define SPI_CS 38 //OnBoar LED Pin
#define SPI_MOSI 9
#define SPI_MISO 11
#define SPI_SCK 10
#define SPI_CS 38 //OnBoar LED Pin

#endif

Expand Down

0 comments on commit 38ea160

Please sign in to comment.