8000 LoRaSerial: Add interrupt definition for PB22 (CTS) · sparkfun/Arduino_Boards@311c6cb · GitHub
[go: up one dir, main page]

Skip to content

Commit 311c6cb

Browse files
committed
LoRaSerial: Add interrupt definition for PB22 (CTS)
Since PB22 is exposed as an input on the connector for serial1, adding the interrupt definition enables third partys to use the LoRaSerial serial header as an expansion header for other input and output operations.
1 parent ae3eb54 commit 311c6cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sparkfun/samd/variants/SparkFun_LoRaSerial/variant.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ const PinDescription g_APinDescription[]=
170170
// 30..41 - Extra UART
171171
// ----------------------
172172
// 30/31 - Extra UART
173-
/*Placeholder - not broken out */ { PORTB, 22, PIO_SERCOM_ALT, PIN_ATTR_NONE, No_ADC_Channel, NOT_ON_PWM, NOT_ON_TIMER, EXTERNAL_INT_NONE }, // 30/TX: SERCOM5/PAD[2]
173+
/*Placeholder - not broken out */ { PORTB, 22, PIO_SERCOM_ALT, PIN_ATTR_NONE, No_ADC_Channel, NOT_ON_PWM, NOT_ON_TIMER, EXTERNAL_INT_6 }, // 30/TX: SERCOM5/PAD[2]
174174
/*Placeholder - not broken out */ { PORTB, 23, PIO_SERCOM_ALT, PIN_ATTR_NONE, No_ADC_Channel, NOT_ON_PWM, NOT_ON_TIMER, EXTERNAL_INT_NONE }, // 31/RX: SERCOM5/PAD[3]
175175

176176
// 32/33 I2C (SDA/SCL and also EDBG:SDA/SCL)

0 commit comments

Comments
 (0)
0