MODBUS laajempi esimerkki
Main Page
Related Pages
Data Structures
Files
File List
Globals
kosteus.h
Go to the documentation of this file.
1
17
#include <avr/io.h>
18
#include <avr/interrupt.h>
19
#include <avr/wdt.h>
20
#include <util/delay.h>
21
#include <stdlib.h>
22
#include <stdio.h>
23
#include <avr/eeprom.h>
24
25
#define DEBUG
26
//#define DEBUG2
27
//#define DEBUG_HEX
28
#define WIN
/* Used for RS-sending to transmit CR also */
29
31
#include "
hw.h
"
32
#include "
rs.h
"
33
#include "
modbus.h
"
34
#include "
util.h
"
35
#include "
eeprom.h
"
36
#include "
median.h
"
37
39
#define CR 0x0D
40
#define LF 0x0A
41
42
/* Global */
43
#define OK 1
44
#define FALSE -1
45
#define EOL '\0'
rs.h
Header file for rs.c.
eeprom.h
Header file for eeprom.c.
hw.h
Header file for hw.c.
util.h
Header file for util.c.
median.h
Header file for median.c.
modbus.h
Header for modbus.c.
kosteus.h
Generated by
1.8.11