usb_cdc_class.h

Go to the documentation of this file.
00001 
00016 #ifndef __usb_cdc_class_h
00017 #define __usb_cdc_class_h
00018 
00029 void usb_cdc_putc(uns8 c);
00030 
00040 uns8 usb_cdc_getc();
00041 
00050 uns8 usb_cdc_rx_avail();
00051 
00063 uns8 usb_cdc_tx_empty();
00071 void usb_cdc_print_str(char *str);
00072 
00080 void usb_cdc_print_int(uns16 i);
00081 
00090 void usb_cdc_handle_tx();
00091 
00098 void usb_cdc_setup();
00099 
00100 #endif

Generated on Sun Jan 25 18:45:29 2009 for Pic Pack by  doxygen 1.5.7.1