Skip to content

Commit

Permalink
Merge pull request #6462 from NathanY3G/remove-default-spi-for-challe…
Browse files Browse the repository at this point in the history
…nger-nb-rp2040-wifi-7.3.x

 Disable board.SPI() for Challenger NB RP2040 WiFi
  • Loading branch information
dhalbert authored Jun 6, 2022
2 parents a66489e + 2f0d82a commit 65380c2
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,3 @@
#define DEFAULT_UART_BUS_RX (&pin_GPIO17)
#define DEFAULT_I2C_BUS_SDA (&pin_GPIO0)
#define DEFAULT_I2C_BUS_SCL (&pin_GPIO1)
#define DEFAULT_SPI_BUS_SCK (&pin_GPIO22)
#define DEFAULT_SPI_BUS_MOSI (&pin_GPIO23)
#define DEFAULT_SPI_BUS_MISO (&pin_GPIO24)

0 comments on commit 65380c2

Please sign in to comment.