You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

25 regels
340 B

  1. /*
  2. * File: ChaletPowerRelay.h
  3. * Author: JF
  4. *
  5. * Created on November 30, 2018, 7:33 PM
  6. */
  7. #ifndef TEMPERATURESENSOR_H
  8. #define TEMPERATURESENSOR_H
  9. #include "define.h"
  10. float ActualTemp;
  11. void InitTempSensor();
  12. int TempSensorCheckAndConfigure();
  13. float TempSensorGetTemp();
  14. void TickTempSensor();
  15. #endif /* TEMPERATURESENSOR_H */