repo.or.cz
/
avr_work.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add unified compile target
[avr_work.git]
/
heavy
/
defines.h
blob
b7a2d3a4321f81fa4d3389d7b3a115c6e2dfaf74
1
#ifndef _DEFINES_H_
2
#define _DEFINES_H_
3
4
#include
"clock.h"
5
#include
"debug.h"
6
#include <stdio.h>
7
8
//#define USE_I2C
9
10
#define F_CPU 8000000
11
12
FILE
*
io_queue
;
13
FILE
*
io_direct
;
14
15
FILE
*
io_isr
;
16
FILE
*
io_init
;
17
18
#endif