cdc_eem.h

00001 
00002 #ifndef __CDC_EEM_H__
00003 #define __CDC_EEM_H__
00004 
00005 #include "contiki.h"
00006 #include <stdint.h>
00007 
00008 extern void cdc_eem_process(void);
00009 extern uint8_t eem_send(uint8_t * senddata, uint16_t sendlen, uint8_t led);
00010 extern void cdc_eem_configure_endpoints();
00011 
00012 #endif // __CDC_EEM_H__

Generated on Mon Apr 11 14:23:36 2011 for Contiki 2.5 by  doxygen 1.6.1