| 2015-05-10 |
added module strings with split function, added tests
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-06 |
no need to wait for USART data to be sent with SLEEP_MODE_IDLE instead
...
Torsten Römer
committed
on 6 May 2015
|
|
moved ADC and LCD pin constants to pins.h
Torsten Römer
committed
on 6 May 2015
|
|
| 2015-05-05 |
uncomment assert
Torsten Römer
committed
on 5 May 2015
|
| 2015-05-04 |
Another Jenkins test
Torsten Römer
committed
on 4 May 2015
|
|
Added comment, adjusted existing tests
Torsten Römer
committed
on 4 May 2015
|
|
| 2015-05-02 |
|
| 2015-04-16 |
|
| 2015-04-14 |
Use defined ADC pins in other test as well, some cleanup
Torsten Römer
committed
on 14 Apr 2015
|
|
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-05 |
Do not divide the oxygen sensor voltage by 11 before looking up the
...
Torsten Römer
committed
on 5 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-28 |
Use macros bit_is_set() and assertTrue()
Torsten Römer
committed
on 28 Mar 2015
|
| 2015-03-23 |
Removed license, really not necessary for such a project
Torsten Römer
committed
on 23 Mar 2015
|
| 2015-03-22 |
DIDR! + tests
Torsten Römer
committed
on 22 Mar 2015
|
|
Added "assert" for sei() to test
Torsten Römer
committed
on 22 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-12 |
Added tests
Torsten Römer
committed
on 12 Mar 2015
|
|
Renamed functions in module integers, fixed divRoundUp(), added tests
Torsten Römer
committed
on 12 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
|