#ifndef MAIN_H #define MAIN_H #include #ifndef F_CPU #define F_CPU 1000000UL #endif #ifdef DEBUG #include "debug.h" #endif /* DEBUG */ void read_temp(void); #endif