TestDoxygen  1.0.21
Test for Doxygen
TestMAX7456/options.h
Go to the documentation of this file.
00001 
00023 #ifndef _OPTIONS_H
00024   #define _OPTIONS_H
00025 
00027 #define RECEIVER    0
00028 
00029 #define SIMULATOR   1
00030 
00032 #define SVEN_DEFS   0
00033 
00034 #define JR_DEFS     1
00035 
00036 #define XMEGA_DEFS  2
00037 
00039 #define NO_OSD      0
00040 
00041 #define SW_OSD      1
00042 
00043 #define MAX7456OSD  2
00044 
00045 #define DOGM161   0
00046 
00047 #define DOGM162   1
00048 
00049 #define DOGM163   2
00050 
00051 #define DOGM81    3
00052 
00053 #define DOGM8BIT  0
00054 
00055 #define DOGM4BIT  1
00056 
00057 #define DOGMSPI   2
00058 
00059 #define DOGM5V    0
00060 
00061 #define DOGM33V   1
00062 
00063 #define GARMINLVC18x 0
00064 
00065 #endif /* _OPTIONS_H */
 All Data Structures Files Functions Variables Enumerations Defines