mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-02-28 03:44:30 +03:00
add CAN, not tested yet
This commit is contained in:
@@ -58,7 +58,9 @@ void linecoding_handler(uint8_t ifno, usb_LineCoding *lc);
|
||||
int USB_sendbufspace(uint8_t ifno);
|
||||
int USB_sendall(uint8_t ifno);
|
||||
int USB_send(uint8_t ifno, const uint8_t *buf, int len);
|
||||
//int USB_adddata(uint8_t ifno, const uint8_t *buf, int len);
|
||||
int USB_putbyte(uint8_t ifno, uint8_t byte);
|
||||
int USB_sendstr(uint8_t ifno, const char *string);
|
||||
int USB_receive(uint8_t ifno, uint8_t *buf, int len);
|
||||
int USB_receivestr(uint8_t ifno, char *buf, int len);
|
||||
uint8_t IFconfig(uint8_t ifno, usb_LineCoding *l);
|
||||
|
||||
Reference in New Issue
Block a user