Skip to content

Commit c3846ee

Browse files
committed
Add defines for NINA RTS and CTS
1 parent 202f7e6 commit c3846ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

variants/uno2018/pins_arduino.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ static const uint8_t A5 = PIN_A5;
117117
#define NINA_GPIO0 (28u)
118118
#define NINA_RESETN (29u)
119119
#define NINA_ACK (36u)
120+
#define NINA_CTS NINA_ACK
121+
#define NINA_RTS NINA_GPIO0
120122

121123
#define SPIWIFI_SS (35u)
122124
#define SPIWIFI_ACK NINA_ACK

0 commit comments

Comments
 (0)