Subversion Repositories heizung

Rev

Go to most recent revision | Details | 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
 
9
float GetTemp (void);
10
void SwitchOn (void);
11
void SwitchOff (void);
12
 
13
#endif