Hacker-Jeopardy/Mainboard_/Mainboard/usb.h

21 lines
281 B
C
Raw Permalink Normal View History

2013-11-04 18:45:46 +01:00
/*
* 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_ */