Subversion Repositories HomeAutomation

Rev

Rev 576 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 576 Rev 577
Line 21... Line 21...
21
#include <avr/io.h>
21
#include <avr/io.h>
22
#include <avr/interrupt.h>
22
#include <avr/interrupt.h>
23
#include <stdio.h>
23
#include <stdio.h>
24
#include <string.h>
24
#include <string.h>
25
/* lib files */
25
/* lib files */
26
#include "../config.inc" 
-
 
27
#include <config.h>
26
#include <config.h>
28
#include <bios.h>
27
#include <bios.h>
29
#include <drivers/timer/timebase.h>
28
#include <drivers/timer/timebase.h>
30
#include <drivers/sensor/tc1047/tc1047.h>
29
#include <drivers/sensor/tc1047/tc1047.h>
31
 
30