Subversion Repositories heizung

Rev

Rev 5 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5 Rev 8
Line 4... Line 4...
4
 */
4
 */
5
 
5
 
6
#ifndef __SENSOR__
6
#ifndef __SENSOR__
7
#define __SENSOR__
7
#define __SENSOR__
8
 
8
 
-
 
9
extern int HeatStatus;
-
 
10
 
9
float GetTemp (void);
11
float GetTemp (void);
10
void SwitchOn (void);
12
void SwitchOn (void);
11
void SwitchOff (void);
13
void SwitchOff (void);
12
 
14
 
13
#endif
15
#endif
14
 
16