Go to the documentation of this file.
38 #ifndef __PLATFORM_CONF_H__
39 #define __PLATFORM_CONF_H__
48 #define PLATFORM_HAS_LEDS 1
49 #define PLATFORM_HAS_BUTTON 1
53 #define F_CPU 8000000UL
57 #define CLOCK_CONF_SECOND 128UL
63 typedef unsigned long clock_time_t;
64 typedef unsigned long off_t;
67 #define LEDS_PxDIR DDRD
68 #define LEDS_PxOUT PORTD
69 #define LEDS_CONF_GREEN 0x20
70 #define LEDS_CONF_YELLOW 0x80