00001 00010 #ifndef CONF_H 00011 #define CONF_H 00012 00014 00015 //[[[cog import conf; conf.out(xmlconf)]]] 00016 #define PROJECT_NAME "Led test" 00017 #define PROJECT_VERSION "0.0.1" 00018 #define PROJECT_MCU "atmega128" 00019 #define PROJECT_XTAL 14745600UL 00020 #define PROJECT_TOSC 32768UL 00021 00022 #define PROJECT_ID "Led test 0.0.1" 00023 //[[[end]]] (checksum: 33c6489434b2ab7c27eb6fb0ac7a59a4) 00025 00026 #endif // CONF_H