Go to most recent revision | Details | Last modification | View Log | RSS feed
/*
* (C) Copyright 2011 by Andreas Theofilu <andreas@theosys.at>
* All rights reserved!
*/
#ifndef __SENSOR__
#define __SENSOR__
float GetTemp (void);
void SwitchOn (void);
void SwitchOff (void);
#endif