hard_can.h 147 B

12345678910
  1. #ifndef HARD_CAN_H
  2. #define HARD_CAN_H
  3. #include <stdint.h>
  4. void CAN1_Mode_Init(uint32_t baudrate);
  5. void can2_test(void);
  6. #endif // ! HARD_CAN_H