Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Commit

Permalink
v1.5.2
Browse files Browse the repository at this point in the history
Add support to UNO WiFi R2
  • Loading branch information
khoih-prog authored May 14, 2020
1 parent b4622e9 commit 7bf3ea1
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions src/WiFiNINA_Pinout_Generic.h
Original file line number Diff line number Diff line change
Expand Up @@ -166,25 +166,9 @@
#define SPIWIFI_ACK 28 //NINA_ACK //28
#define SPIWIFI_RESET 27 //NINA_RESETN //27

#elif ( defined(ARDUINO_AVR_UNO_WIFI_DEV_ED) )
#elif ( defined(ARDUINO_AVR_UNO_WIFI_REV2) )

#warning You have to modify pin usage according to actual connection for UNO WiFi
// To define pin out for WiFiNINA here
//#define PIN_SPI_SS (10)
//#define PIN_SPI_MOSI (11)
//#define PIN_SPI_MISO (12)
//#define PIN_SPI_SCK (13)


#define PINS_COUNT (26u)
//NINA
#define NINA_GPIO0 (26u) //26
#define NINA_RESETN (27u)
#define NINA_ACK (28u)

#define SPIWIFI_SS 13 //PIN_SPI_SS //13 == PF2 ??
#define SPIWIFI_ACK 28 //NINA_ACK //28
#define SPIWIFI_RESET 27 //NINA_RESETN //27
#warning Use WiFiNINA for UNO WiFi Rev2

#elif defined(CORE_TEENSY)

Expand Down

0 comments on commit 7bf3ea1

Please sign in to comment.