Rev 3 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3 | Rev 4 | ||
---|---|---|---|
Line 101... | Line 101... | ||
101 | 101 | ||
102 | // temperature which is regarded as cold |
102 | // temperature which is regarded as cold |
103 | #define COLD_TEMPERATURE 3 |
103 | #define COLD_TEMPERATURE 3 |
104 | 104 | ||
105 | // Default timer run time in milli seconds |
105 | // Default timer run time in milli seconds |
106 | #define WARM_TIMER_RUN_TICKS 240000L |
106 | #define WARM_TIMER_RUN_TICKS 400000L |
107 | 107 | ||
108 | #define COLD_TIMER_RUN_TICKS 600000L |
108 | #define COLD_TIMER_RUN_TICKS 600000L |
109 | 109 | ||
110 | /* |
110 | /* |
111 | * Register addresses were taken from DM00088500 (STM32F030 datasheet) |
111 | * Register addresses were taken from DM00088500 (STM32F030 datasheet) |