00001 /* ************************************************************************************************ 00002 * 00003 * Copyright (C) 2008-2009 00004 * Georg Freudenberger (alias: el07b101), Email: el07b101@technikum-wien.at, 00005 * Oswald Amtmann (alias: el07b112), Email: el07b112@technikum-wien.at 00006 * 00007 * ************************************************************************************************ 00008 * 00009 * SVN Status Information: 00010 * 00011 * $Rev:: 108 $: Rivision of last commit 00012 * $Author:: el08b004 $: Author of last commit 00013 * $Date:: 2009-01-11 17:14:24 #$: Date of last commit 00014 * 00015 * ************************************************************************************************ 00016 * 00017 * The following part is important for the Doxygen Documentation: 00018 */ 00025 /* ************************************************************************************************ */ 00026 00027 #ifndef ADC_H 00028 #define ADC_H 00029 00030 #include "sysconfig.h" 00031 00032 #define DD_SPI_ADC_CS PB4 00033 00034 int get_temperature(void); 00035 00036 #endif
1.5.8