Skip to content

Commit 3ab4dfe

Browse files
committed
feather_can_m4: define PIN_CAN_abc macros
1 parent 308e949 commit 3ab4dfe

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

variants/feather_m4_can/variant.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,13 @@ static const uint8_t SCL = PIN_WIRE_SCL;
203203
#define VARIANT_QSPI_BAUD_DEFAULT 5000000
204204
#endif
205205

206+
/*
207+
* CAN
208+
*/
209+
#define PIN_CAN_RX (42)
210+
#define PIN_CAN_STANDBY (40)
211+
#define PIN_CAN_TX (41)
212+
206213
#ifdef __cplusplus
207214
}
208215
#endif

0 commit comments

Comments
 (0)