#ifndef __MAIN_H__
#define __MAIN_H__

#define PHOTORESISTOR

#ifndef F_CPU
#define F_CPU 1000000UL
#endif

#ifndef DELAY
#define DELAY (1.0 / F_CPU)
#endif

#endif
