comparison tempctrl.c @ 49:91e06007fe23

Default to idle mode (saves on compressor stress when testing)
author darius@Inchoate
date Wed, 29 Oct 2008 16:04:20 +1030
parents fb272cb82bcb
children a13e0ccc1d2d
comparison
equal deleted inserted replaced
48:94f71ddb0cda 49:91e06007fe23
101 .mincoolovershoot = -50, 101 .mincoolovershoot = -50,
102 .mincoolontime = 300, 102 .mincoolontime = 300,
103 .mincoolofftime = 600, 103 .mincoolofftime = 600,
104 .minheatontime = 60, 104 .minheatontime = 60,
105 .minheatofftime = 60, 105 .minheatofftime = 60,
106 .mode = TC_MODE_AUTO, 106 .mode = TC_MODE_IDLE,
107 .coolbits = _BV(6), 107 .coolbits = _BV(6),
108 .heatbits = _BV(7), 108 .heatbits = _BV(7),
109 .idlebits = 0x00, 109 .idlebits = 0x00,
110 .check_interval = 10, 110 .check_interval = 10,
111 .stale_factor = 3 111 .stale_factor = 3