Skip to content

Commit f04377d

Browse files
committed
Added CAN API for STM32F0xx family
* STM32F0xx family have only one CAN bus Change-Id: Id17fbfb825fabe04725a829a121300290f074919
1 parent a1914e1 commit f04377d

File tree

2 files changed

+466
-0
lines changed

2 files changed

+466
-0
lines changed

libraries/mbed/targets/hal/TARGET_STM/TARGET_STM32F0/PeripheralPins.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,9 @@ extern const PinMap PinMap_SPI_MISO[];
6363
extern const PinMap PinMap_SPI_SCLK[];
6464
extern const PinMap PinMap_SPI_SSEL[];
6565

66+
//*** CAN ***
67+
68+
extern const PinMap PinMap_CAN_RD[];
69+
extern const PinMap PinMap_CAN_TD[];
70+
6671
#endif

0 commit comments

Comments
 (0)