00001 #ifndef HARDWARE_H
00002 #define HARDWARE_H
00003
00004 #include "LPC214x.h"
00005 #include "main.h"
00006 #include "system.h"
00007 #include "uart.h"
00008 #include "irq.h"
00009
00010 #define EXT_NCS 7 //CS outputs on P0
00011 #define LL_nCS 20
00012 #define CTS_RADIO 22
00013
00014
00015 #define CAMERA_FET 16
00016
00017 void LED(unsigned char, unsigned char);
00018
00019 void beeper(unsigned char offon);
00020
00021 #endif // HARDWARE_H
00022
00023