|
- Use SLEEP_MODE_IDLE instead of SLEEP_MODE_ADC (and
loop_until_bit_is_clear(ADCSRA, ADSC)) since it will not corrupt USART RX/TX data and click the beep - Use shorter commands to for less typing and memory - Command to enable/disable logging - Use atoi() instead of strtol() since it requires less flash and should be sufficient here |
|---|
|
|
| lambda/.gitignore |
|---|
| lambda/TODO |
|---|
| lambda/adc.c |
|---|
| lambda/alert.c |
|---|
| lambda/command.c |
|---|
| lambda/command.h |
|---|
| lambda/interrupts.c |
|---|
| lambda/lambda.c |
|---|
| lambda/sensors.c |
|---|