| 2015-09-12 |
adjusted rules: wait longer for oxygen sensor to be heated up and give
...
Torsten Römer
committed
on 12 Sep 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-14 |
added/improved/fixed some tests, some related small fixes and
...
Torsten Römer
committed
on 14 Jun 2015
|
| 2015-06-13 |
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-08 |
compensate ADC non-linearity, update measurements also when heating is
...
Torsten Römer
committed
on 8 Jun 2015
|
| 2015-06-07 |
fixes and improvements for oxygen sensor heating control
Torsten Römer
committed
on 7 Jun 2015
|
| 2015-05-25 |
experimental implementation of rules to notify about certain conditions
...
Torsten Römer
committed
on 25 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-09 |
finally updatePending is set at the right time so display is always
...
Torsten Römer
committed
on 9 May 2015
|
| 2015-05-02 |
|
| 2015-04-14 |
Moved ADC pin defines to adc.h and use them in adc.c (DIDR) and in the
...
Torsten Römer
committed
on 14 Apr 2015
|
|
|
|
| 2015-04-11 |
Added a simple "menu" (display options that show min and max
...
Torsten Römer
committed
on 11 Apr 2015
|
| 2015-04-04 |
- Smarter way of calculating moving average and avoiding rounding errors
...
Torsten Römer
committed
on 4 Apr 2015
|
| 2015-04-03 |
|
| 2015-03-23 |
Removed license, really not necessary for such a project
Torsten Römer
committed
on 23 Mar 2015
|
| 2015-03-21 |
- Set ADC clock prescale to 8 (125 kHz at 1 MHz CPU clock)
...
Torsten Römer
committed
on 21 Mar 2015
|
| 2015-03-20 |
- Multiply values by 16 for better precision calculating the average
...
Torsten Römer
committed
on 20 Mar 2015
|
| 2015-03-17 |
|
| 2015-03-13 |
Added descriptions for the module's .h and .c files
Torsten Römer
committed
on 13 Mar 2015
|
|
|
|
| 2015-03-11 |
|
|
Added testGetVoltage()
Torsten Römer
committed
on 11 Mar 2015
|
|
| 2015-03-09 |
Moved some functions from lambda.c to sensors.c to make them testeable,
...
Torsten Römer
committed
on 9 Mar 2015
|
|
|