Files
BC2D-POS-firmware/app/by_can.h

8 lines
144 B
C
Raw Normal View History

#ifndef _BY_CAN_H__
#define _BY_CAN_H__
#include "at32f413.h"
uint8_t by_can_send_stdd(uint32_t id, const uint8_t *data, uint8_t len);
#endif