|
- Set ADC clock prescale to 8 (125 kHz at 1 MHz CPU clock)
- Let measure() return measurement that can be called to display() instead of measure() calling display() (for testability) - Removed semicolons from #defines - Include stdbool.h and use bool instead of uint8_t - Added tests - Some formatting, comments |
|---|
|
|
| lambda-test/.cproject |
|---|
| lambda-test/avrjunit.h |
|---|
| lambda-test/lambda-test.c |
|---|
| lambda/.cproject |
|---|
| lambda/adc.c |
|---|
| lambda/lambda.c |
|---|
| lambda/sensors.c |
|---|
| lambda/sensors.h |
|---|