QlightRead Project  1.23

/home/ron/Desktop/Downloads/project/QlightRead_hw/global_dep.h

Go to the documentation of this file.
00001 
00038 #ifndef _GLOBAL_DEP_H_
00039 #define _GLOBAL_DEP_H_
00040 
00041 
00042 //Project Specific Defines
00043 #define UINT16 unsigned int
00044 #define SINT16 signed int
00045 #define UINT8  short unsigned int
00046 #define SINT8  short signed int
00047 #define CHAR8  char
00048 #define UCHAR8 unsigned char
00049 
00050 
00051 //Global include
00052 #include <stdio.h>
00053 #include <stdlib.h>
00054 #include <string.h>
00055 #include <avr/io.h>
00056 #include <avr/wdt.h>
00057 #include <avr/power.h>
00058 #include <avr/interrupt.h>
00059 #include <avr/sleep.h>
00060 #include <util/delay.h>
00061 #include "Descriptors.h"
00062 #include <LUFA/Version.h>
00063 #include <LUFA/Drivers/USB/USB.h>
00064 
00065 #endif
 All Data Structures Files Functions Variables Defines