Rev 5 | Blame | Compare with Previous | Last modification | View Log | RSS feed
/*
* (C) Copyright 2011 by Andreas Theofilu <andreas@theosys.at>
* All rights reserved!
*/
#ifndef __SENSOR__
#define __SENSOR__
extern int HeatStatus;
float GetTemp (void);
void SwitchOn (void);
void SwitchOff (void);
#endif
Generated by GNU Enscript 1.6.5.90.