00001 /* ************************************************************************************************ 00002 * 00003 * Copyright (C) 2008-2009 00004 * Georg Freudenberger (alias: el07b101), Email: el07b101@technikum-wien.at, 00005 * Manuel Moser (alias: el08b004), Email: el08b004@technikum-wien.at, 00006 * Martin Kornfeld (alias: el07b502), Email: el07b502@technikum-wien.at, 00007 * Oswald Amtmann (alias: el07b112), Email: el07b112@technikum-wien.at 00008 * 00009 * ************************************************************************************************ 00010 * 00011 * SVN Status Information: 00012 * 00013 * $Rev:: 108 $: Rivision of last commit 00014 * $Author:: el08b004 $: Author of last commit 00015 * $Date:: 2009-01-11 17:14:24 #$: Date of last commit 00016 * 00017 * ************************************************************************************************ 00018 * 00019 * The following part is important for the Doxygen Documentation: 00020 */ 00026 /* ************************************************************************************************ */ 00027 00028 #ifndef _PRINT_TEMP_H_ 00029 #define _PRINT_TEMP_H_ 00030 00031 00032 00033 /* Function to get Temperature and print to Display */ 00034 void temperature (void); 00035 00036 void nexttemp (void); 00037 00038 #endif
1.5.8