lambda-avr / lambda /
..
.settings use macro ARRAY_LENGTH thoughout the code 10 years ago
.cproject avoid integer overflow if running for more than ~18h20min, avoid 10 years ago
.gitignore updated gitignore 10 years ago
.project Initial commit 11 years ago
DEBUG avoid integer overflow if running for more than ~18h20min, avoid 10 years ago
Makefile avoid integer overflow if running for more than ~18h20min, avoid 10 years ago
TODO renamed function, added comment 10 years ago
adc.c added simple task scheduler, many improvements and fixes 10 years ago
adc.h added comments 10 years ago
airgate.c Merge branch 'master' of https://github.com/gitdode/lambda-avr.git 9 years ago
airgate.h Merge branch 'master' of https://github.com/gitdode/lambda-avr.git 9 years ago
alert.c renamed function, added comment 10 years ago
alert.h renamed function, added comment 10 years ago
command.c renamed function, added comment 10 years ago
command.h - made function parameters readonly 10 years ago
display.c added tests, improved airgate control such as correct accel. ramp 10 years ago
display.h use ISP pins for motor driver, define pins in pins.h, stop timer already 10 years ago
integers.c added tests for scheduler, use macro ARRAY_LENGTH also in tests, removed 10 years ago
integers.h added tests for scheduler, use macro ARRAY_LENGTH also in tests, removed 10 years ago
interrupts.c renamed function, added comment 10 years ago
interrupts.h don't set the driver to sleep when motor should be active, support 1 10 years ago
lambda.c added simple task scheduler, many improvements and fixes 10 years ago
lcdroutines.c use "official" (diagram) pins 10 years ago
lcdroutines.h moved ADC and LCD pin constants to pins.h 10 years ago
messages.h added rule driverFault to notify that the stepper motor driver signals 10 years ago
pins.h added simple task scheduler, many improvements and fixes 10 years ago
rules.c added rule driverFault to notify that the stepper motor driver signals 10 years ago
rules.h use size_t, lower thresholds for fireOut rule 10 years ago
scheduler.c simplified scheduler, open airgate on warmstart 10 years ago
scheduler.h simplified scheduler, open airgate on warmstart 10 years ago
sensors.c use macro ARRAY_LENGTH thoughout the code 10 years ago
sensors.h added simple task scheduler, many improvements and fixes 10 years ago
strings.c fixed declaration in strings.h, include strings.h, fixed tests 10 years ago
strings.h fixed declaration in strings.h, include strings.h, fixed tests 10 years ago
usart.c added simple task scheduler, many improvements and fixes 10 years ago
usart.h refactored/renamed module "usart", use own implementation, added test, 10 years ago