sysconfig.h File Reference

This is the configuration file
. More...

#include <stdlib.h>
#include <string.h>
#include "device_driver.h"
#include "my_delay.h"
#include <avr/io.h>
#include <avr/iousb162.h>
#include <avr/interrupt.h>
#include <avr/pgmspace.h>
#include <avr/sleep.h>

Go to the source code of this file.

Defines

#define USE_USART
#define USE_ADC
#define USE_LCD
#define USE_SPI
#define AVR90USB
#define AVR_CALIBRATE_TO_8MHZ
#define T16BIT
#define FREQ_CPU   8000000.0
#define MAX_PRESCALER   1024.0
#define ADC_RESOLUTION   1024.0
#define UREF   5000.0
#define MAX_MEASUREABLE_VALUES   20
#define CHIP_OUT   0
#define CHIP_IN   1
#define LOW   0
#define HIGH   1
#define MAX_RS232_CHARACTERS   10
#define bzero(x, y)   memset(x,0,y)

Variables

const float MAX_SECONDS


Detailed Description

This is the configuration file
.

It is used to specify which controller is used
and what settings are used with which type of controller


Define Documentation

#define ADC_RESOLUTION   1024.0

#define AVR90USB

#define AVR_CALIBRATE_TO_8MHZ

#define bzero ( x,
 )     memset(x,0,y)

#define CHIP_IN   1

#define CHIP_OUT   0

#define FREQ_CPU   8000000.0

Referenced by init_usart().

#define HIGH   1

Referenced by init_lcd().

#define LOW   0

Referenced by init_lcd(), and lcd_reset().

#define MAX_MEASUREABLE_VALUES   20

#define MAX_PRESCALER   1024.0

#define MAX_RS232_CHARACTERS   10

#define T16BIT

#define UREF   5000.0

#define USE_ADC

#define USE_LCD

#define USE_SPI

#define USE_USART


Variable Documentation

const float MAX_SECONDS


Generated on Mon Jan 12 21:12:08 2009 for BlueTemp by  doxygen 1.5.8