Subversion Repositories heizung

Rev

Rev 5 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
5 andreas 1
/*
2
 * (C) Copyright 2011 by Andreas Theofilu <andreas@theosys.at>
3
 * All rights reserved!
4
 */
5
 
6
#ifndef __SENSOR__
7
#define __SENSOR__
8
 
8 andreas 9
extern int HeatStatus;
10
 
5 andreas 11
float GetTemp (void);
12
void SwitchOn (void);
13
void SwitchOff (void);
14
 
15
#endif