hallo,

mit dem was du geschickt hast habe ich folgende Meldungen:

Code:
compilieren ...  In file included  from Aquacontrol.c:16:  

c:/programme/myavrworkpad/winavr/bin/../avr/include/avr/signal.h:36:2: warning: #warning "This header file is obsolete. Use ." 
 In file included  from Aquacontrol.c:18:  
 
lm75.h:15  15: error: conflicting type qualifiers for 'adr_temp_sens' 
iic.h:15  15: error: previous definition of 'adr_temp_sens' was here 
Aquacontrol.c  In function 'main': 
Aquacontrol.c:218  218: warning: passing argument 1 of 'uart_puts' makes pointer from integer without a cast 
Aquacontrol.c:222  222: warning: passing argument 1 of 'sende' makes pointer from integer without a cast
die beiden ERRORS bekommst du weg wenn du die doppeldefinition von adr_temp_sens weg nimmst... lösche zeile 15 in lm75.h !!!

cu BT