sick_dt35/User/device/can.c
2025-04-02 16:20:48 +08:00

12 lines
238 B
C

/*
CAN总线上的设
将所有CAN总线上挂载的设抽象成一设进行配和控制
*/
/* Includes ----------------------------------------------------------------- */
#include "can.h"
#include <stdbool.h>
#include <string.h>