#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 |
It is used to specify which controller is used
and what settings are used with which type of controller
| #define ADC_RESOLUTION 1024.0 |
| #define AVR90USB |
| #define AVR_CALIBRATE_TO_8MHZ |
| #define bzero | ( | x, | |||
| y | ) | memset(x,0,y) |
Referenced by temperature(), and usart_clear_structure().
| #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 |
Referenced by usart_clear_structure(), usart_uc_read(), and usart_write().
| #define T16BIT |
| #define UREF 5000.0 |
| #define USE_ADC |
| #define USE_LCD |
| #define USE_SPI |
| #define USE_USART |
| const float MAX_SECONDS |
1.5.8