matsstaff / stc1000p

Programmable thermostat firmware and arduino based uploader for the STC-1000 thermostat
GNU General Public License v3.0
262 stars 47 forks source link

Sensor alarm #14

Closed matsstaff closed 10 years ago

matsstaff commented 10 years ago

Sensor alarm is now disabled, as it seems to interfere with cooling relay for some reason. I need to investigate and fix this.

matsstaff commented 10 years ago

Ok, this is due to read-modify-write. Change all assignments of pins from using port to latch.

matsstaff commented 10 years ago

In fact don't use port at all...

matsstaff commented 10 years ago

Fixed