hw_tc520.h
Go to the documentation of this file.00001
00039 #ifndef HW_TC520_H
00040 #define HW_TC520_H
00041
00042 #include <cfg/compiler.h>
00043
00044 #warning TODO:This is an example implentation, you must implement it!
00045
00046 #define CE_PIN 0
00047 #define DV_PIN 0
00048 #define LOAD_PIN 0
00049 #define READ_PIN 0
00050
00051
00052 #define DV_HIGH()
00053 #define DV_LOW()
00054
00055 #define CE_HIGH()
00056 #define CE_LOW()
00057
00058 #define LOAD_HIGH()
00059 #define LOAD_LOW()
00060
00061 #define READ_HIGH()
00062 #define READ_LOW()
00063
00064 #define TC520_HW_INIT \
00065 do\
00066 {\
00067 \
00068 } while(0)
00069
00070 #endif