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