Skip to content

Commit 55ed9a8

Browse files
committed
Add pins useable for CAN on GIGA.
1 parent 4533778 commit 55ed9a8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

variants/GIGA/pins_arduino.h

+8
Original file line numberDiff line numberDiff line change
@@ -263,4 +263,12 @@ void _ontouch1200bps_();
263263

264264
#define USB_MAX_POWER (500)
265265

266+
#define CAN_HOWMANY 2
267+
268+
#define PIN_CAN0_TX (PB_13)
269+
#define PIN_CAN0_RX (PB_12)
270+
271+
#define PIN_CAN1_TX (PH_13)
272+
#define PIN_CAN1_RX (PB_8)
273+
266274
#endif //__PINS_ARDUINO__

0 commit comments

Comments
 (0)