BeRTOS
adc_cm3.h
Go to the documentation of this file.
00001 
00039 #include <cpu/detect.h>
00040 
00041 #if CPU_CM3_LM3S
00042     #include "adc_lm3s.h"
00043 #elif CPU_CM3_STM32
00044     #include "adc_stm32.h"
00045 #elif CPU_CM3_SAM3X
00046     #include "adc_sam3.h"
00047 /*#elif  Add other ARM families here */
00048 #else
00049     #error Unknown CPU
00050 #endif