Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 311c6cb

Browse filesBrowse 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
Copy full SHA for 311c6cb

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎sparkfun/samd/variants/SparkFun_LoRaSerial/variant.cpp

Copy file name to clipboardExpand all lines: sparkfun/samd/variants/SparkFun_LoRaSerial/variant.cpp
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.