Universal Header file.
More...
#include <avr/io.h>
#include <avr/interrupt.h>
#include <avr/wdt.h>
#include <util/delay.h>
#include <stdlib.h>
#include <stdio.h>
#include <avr/eeprom.h>
#include "hw.h"
#include "rs.h"
#include "modbus.h"
#include "util.h"
#include "eeprom.h"
#include "median.h"
Go to the source code of this file.
|
#define | DEBUG |
|
#define | WIN /* Used for RS-sending to transmit CR also */ |
|
#define | CR 0x0D |
|
#define | LF 0x0A |
|
#define | OK 1 |
|
#define | FALSE -1 |
|
#define | EOL '\0' |
|
Local includes Configuration parameters
#define WIN /* Used for RS-sending to transmit CR also */ |