QlightRead Project  1.23

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

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <avr/io.h>
#include <avr/wdt.h>
#include <avr/power.h>
#include <avr/interrupt.h>
#include <avr/sleep.h>
#include <util/delay.h>
#include "Descriptors.h"
#include <LUFA/Version.h>
#include <LUFA/Drivers/USB/USB.h>
Include dependency graph for global_dep.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define UINT16   unsigned int
#define SINT16   signed int
#define UINT8   short unsigned int
#define SINT8   short signed int
#define CHAR8   char
#define UCHAR8   unsigned char

Detailed Description

QlightRead hardware extension program

----------------------------------------------------------------------

Description: This Header contains the non-custom headers, and defines

----------------------------------------------------------------------

LICENSE: Copyright (C) 2011 by Ron Ablinger trilog_studios@nerdshack.com

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ----------------------------------------------------------------------

Author:
Ron Ablinger <trilog_studios@nerdshack.com>
Date:
2011/01/17
Version:
Version:
1.23

Last Modified: 2010/01/17

Author:
Trilog Studios<Ron Ablinger>

Definition in file global_dep.h.


Define Documentation

#define CHAR8   char

Definition at line 47 of file global_dep.h.

#define SINT16   signed int

Definition at line 44 of file global_dep.h.

#define SINT8   short signed int

Definition at line 46 of file global_dep.h.

#define UCHAR8   unsigned char

Definition at line 48 of file global_dep.h.

#define UINT16   unsigned int

Definition at line 43 of file global_dep.h.

#define UINT8   short unsigned int

Definition at line 45 of file global_dep.h.

 All Data Structures Files Functions Variables Defines