vn200 stm project
This commit is contained in:
7
vn200/Converter/Inc/canhalal.h
Normal file
7
vn200/Converter/Inc/canhalal.h
Normal file
@ -0,0 +1,7 @@
|
||||
#include <stm32f302xc.h>
|
||||
#include <stm32f3xx_hal.h>
|
||||
#include <stm32f3xx_hal_conf.h>
|
||||
|
||||
HAL_StatusTypeDef ftcan_init(CAN_HandleTypeDef *hcan);
|
||||
|
||||
HAL_StatusTypeDef ftcan_transmit(CAN_HandleTypeDef *hcan, uint16_t id, const uint8_t *data, size_t datalen);
|
||||
Reference in New Issue
Block a user