Chargement…
Chargement…
target and actual are unsigned temperatures from 32 through 255.
Behavior
heater_on=1 only when actual is strictly below target-5.cooler_on=1 only when actual is strictly above target+5.target-5 through target+5, both outputs are 0.| Signal | Direction | Width | Description |
|---|---|---|---|
target | Input | 8 bits | Target temperature |
actual | Input | 8 bits | Measured temperature |
heater_on | Output | 1 bit | Heater command |
cooler_on | Output | 1 bit | Cooler command |