i2c_avr.c
Go to the documentation of this file.
00001
00042 #ifndef WIZ_AUTOGEN
00043     #warning This file is deprecated, you should probably use i2c_mega.c or i2c_xmega.c
00044 
00045     #include <cpu/detect.h>
00046
00047     #if CPU_AVR_MEGA
00048         #include "i2c_mega.c"
00049     #elif CPU_AVR_XMEGA
00050         #include "i2c_xmega.c"
00051     /*#elif  Add other AVR families here */
00052     #else
00053         #error Unknown CPU
00054     #endif
00055 #endif /* WIZ_AUTOGEN */