can.h 99 B

12345678
  1. #ifndef __CAN_H
  2. #define __CAN_H
  3. #define __CAN_BAUD_250K
  4. void can_init(); // CAN初始化
  5. #endif