| 2016-02-28 |
use ISP pins for motor driver, define pins in pins.h, stop timer already
...
Torsten Römer
committed
on 28 Feb 2016
|
|---|---|
| 2016-02-01 |
simplified and more stable way to determine the state of the fire
Torsten Römer
committed
on 1 Feb 2016
|
| 2016-01-25 |
keep 18 previous temperature values of the last 3 minutes to compare
...
Torsten Römer
committed
on 25 Jan 2016
|
| 2015-12-13 |
put back default configuration values, allow to cancel alerts with keep
...
Torsten Römer
committed
on 13 Dec 2015
|
| 2015-10-15 |
removed dir warm_start and added rule warmStart instead, tweaked and
...
Torsten Römer
committed
on 15 Oct 2015
|
| 2015-09-14 |
some more tweaking of rules and adjusted some tests
Torsten Römer
committed
on 14 Sep 2015
|
| 2015-07-03 |
added fire dir "burning" and "warm_start", initial impl. of rules for
...
Torsten Römer
committed
on 3 Jul 2015
|
| 2015-06-28 |
allow switching to 8 MHz, use bit shift instead of division to calculate
...
Torsten Römer
committed
on 28 Jun 2015
|
| 2015-06-23 |
use enums instead of constants, rename "heating" to "heater"
Torsten Römer
committed
on 23 Jun 2015
|
| 2015-06-22 |
moved button, beeper and heater pin settings to pins.h, maintain airgate
...
Torsten Römer
committed
on 22 Jun 2015
|
| 2015-06-16 |
adding tests + some minor cleanup and improvements
Torsten Römer
committed
on 16 Jun 2015
|
| 2015-06-13 |
don't measure, update and display lambda when heating is not ready since
...
Torsten Römer
committed
on 13 Jun 2015
|
|
completely avoid using lcd_clear() since it sometimes garbles the
...
Torsten Römer
committed
on 13 Jun 2015
|
|
| 2015-06-12 |
added menu item/display position showing oxygen sensor heater current
Torsten Römer
committed
on 12 Jun 2015
|
| 2015-06-09 |
moved formatting of time to module interrupts
Torsten Römer
committed
on 9 Jun 2015
|
| 2015-06-08 |
added menu position showing the time since last start/reset
Torsten Römer
committed
on 8 Jun 2015
|
| 2015-06-07 |
try to make sure the display is cleared before last text is displayed,
...
Torsten Römer
committed
on 7 Jun 2015
|
|
fixes and improvements for oxygen sensor heating control
Torsten Römer
committed
on 7 Jun 2015
|
|
| 2015-05-25 |
no need to skip "last text" display, comment edit
Torsten Römer
committed
on 25 May 2015
|
|
experimental implementation of rules to notify about certain conditions
...
Torsten Römer
committed
on 25 May 2015
|
|
| 2015-05-19 |
refactored/renamed module "usart", use own implementation, added test,
...
Torsten Römer
committed
on 19 May 2015
|
| 2015-05-15 |
added ability to set beep tone and a command to test/play with beeps
Torsten Römer
committed
on 15 May 2015
|
|
split tests into modules
Torsten Römer
committed
on 15 May 2015
|
|
| 2015-05-14 |
|
|
|
|
|
- use program space for unit test instances instead of data space
...
Torsten Römer
committed
on 14 May 2015
|
|
| 2015-05-10 |
do not reset latest measurements
Torsten Römer
committed
on 10 May 2015
|
| 2015-05-09 |
finally updatePending is set at the right time so display is always
...
Torsten Römer
committed
on 9 May 2015
|
| 2015-05-05 |
|
| 2015-05-02 |
|