io.h

00001 #ifndef __IO_H__
00002 #define __IO_H__
00003 
00004 #include <cc2430_sfr.h>
00005 
00006 #ifndef BV
00007 #define BV(x) (1<<(x))
00008 #endif
00009 
00010 #endif /* __IO_H__ */

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