- 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
1 parent 168b582 commit 8069e0c8d0c485c7d88ef128ca8760f46ff2fc49
@Torsten Römer Torsten Römer authored on 4 May 2015
Showing 9 changed files
View
lambda/.gitignore
View
lambda/TODO
View
lambda/adc.c
View
lambda/alert.c
View
lambda/command.c
View
lambda/command.h
View
lambda/interrupts.c
View
lambda/lambda.c
View
lambda/sensors.c