1 Star 1 Fork 1

worlderic/battman-firmware

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
comm_usb.h 337 Bytes
一键复制 编辑 原始数据 按行查看 历史
raphaelchang 提交于 2016-11-26 06:54 . Custom bootloader
#ifndef _COMM_USB_H_
#define _COMM_USB_H_
extern const USBConfig usbcfg;
extern SerialUSBConfig serusbcfg;
extern SerialUSBDriver SDU1;
void comm_usb_init(void);
void comm_usb_deinit(void);
void comm_usb_send(unsigned char *buffer, unsigned int len);
int comm_usb_is_active(void);
#endif /* _COMM_USB_H_ */
/** @} */
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/worlderic/battman-firmware.git
git@gitee.com:worlderic/battman-firmware.git
worlderic
battman-firmware
battman-firmware
master

搜索帮助