Problem with a DS1621 and BS2P24
Yvan
Posts: 2
Hello everybody
I'm trying to program the DS1621 thermostat but the Tout ouput is always at "1"
i join my little program (from an article on DS1621 and BS2)
LCD PIN 6 ' Affichage LCD s
I'm trying to program the DS1621 thermostat but the Tout ouput is always at "1"
i join my little program (from an article on DS1621 and BS2)
LCD PIN 6 ' Affichage LCD s
Comments
This may be it. You have,
I2COUT I2c,Ecr_1621,[noparse][[/noparse]Acc_TH, Temp_Haut]' Param
Your idea is the good idea !
Temp_Haut (and Temp_bas) must be variables order constantes. All is ok now !
Thank you