Wixel SDK
wixel.h
1 // wixel.h includes the header files that most Wixel applications will want to have.
2 
3 #include <cc2511_types.h>
4 #include <cc2511_map.h>
5 #include <board.h>
6 #include <time.h>
7 #include <dma.h>
8 #include <adc.h>
9 #include <gpio.h>
10 #include <random.h>