/* * usb.h * * Created: 06.10.2013 21:42:01 * Author: netz */ #ifndef USB_H_ #define USB_H_ #include "usb_user.h" void init_usb(); void usb_send(char * text); uint8_t usb_getstatus(); uint8_t usb_ready(); void resi(char * text); #endif /* USB_H_ */