updated can.c
This commit is contained in:
@ -1,6 +1,9 @@
|
||||
|
||||
#include "stm32f3xx_hal.h"
|
||||
#include <stdint.h>
|
||||
#include "AMS_HighLevel.h"
|
||||
#include "can-halal.h"
|
||||
#include "state_machine.h"
|
||||
|
||||
#define CAN_ID_IN 0x501
|
||||
#define CAN_ID_OUT 0x502
|
||||
@ -9,5 +12,4 @@ void can_init(CAN_HandleTypeDef* hcan);
|
||||
|
||||
void can_handle_send_status();
|
||||
|
||||
void can_handle_recieve_command(CAN_RxHeaderTypeDef* header, uint8_t* data);
|
||||
|
||||
void can_handle_recieve_command(const uint8_t *data);
|
||||
Reference in New Issue
Block a user