Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 

25 righe
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 */