TTK4155 Ping-pong project
can_driver_node2.h
Go to the documentation of this file.
1 
2 #ifndef CAN_DRIVER_H_
3 #define CAN_DRIVER_H_
4 
5 //void CAN_reset(void);
6 int CAN_init(uint16_t mode);
7 uint8_t CAN_loopback(uint8_t data);
8 void CAN_transfer(uint8_t data);
9 void CAN_receive(int8_t *receive_array);
10 // typedef struct {
11 //
12 //
13 // }
14 // can_TX_buffer_t;
15 
16 #endif /* CAN_DRIVER_H_ */
uint8_t CAN_loopback(uint8_t data)
Definition: can_driver.c:46
void CAN_receive(int8_t *receive_array)
Definition: can_driver_node2.c:77
int CAN_init(uint16_t mode)
Definition: can_driver_node2.c:8
void CAN_transfer(uint8_t data)
Definition: can_driver.c:78