feather_can_m4: define PIN_CAN_abc macros

This commit is contained in:
Jeff Epler 2020-10-07 13:29:44 -05:00
parent 308e949881
commit 3ab4dfe9de

View file

@ -203,6 +203,13 @@ static const uint8_t SCL = PIN_WIRE_SCL;
#define VARIANT_QSPI_BAUD_DEFAULT 5000000
#endif
/*
* CAN
*/
#define PIN_CAN_RX (42)
#define PIN_CAN_STANDBY (40)
#define PIN_CAN_TX (41)
#ifdef __cplusplus
}
#endif