fantemp/fantemp
2021-02-12 16:38:41 +01:00
..
adc@5e9dac872a Change to stk500v2 compatible bootloader 2020-04-13 00:49:21 +02:00
eeprom@3bcba0a191 Implement eeprom stored persistent histogram 2020-04-08 02:17:34 +02:00
flash@6edb2e5a21 Fix global flash strings to compile to one instance instead of one per function 2020-04-01 03:54:01 +02:00
io@80de36ee7e Fix submodules 2020-03-30 19:53:04 +02:00
type@ce31ef017f Add eeprom saved statistics 2020-04-07 21:09:27 +02:00
uart@04b6782ec4 Change to stk500v2 compatible bootloader 2020-04-13 00:49:21 +02:00
bootloader.cpp Change to stk500v2 compatible bootloader 2020-04-13 00:49:21 +02:00
bootloader.hpp Add tsb bootloader support 2020-04-01 19:04:27 +02:00
clock.cpp Add millis timer for timekeeping 2020-04-06 21:36:47 +02:00
clock.hpp Change to stk500v2 compatible bootloader 2020-04-13 00:49:21 +02:00
controller.cpp Implement setting fan speed manually 2021-02-12 16:38:41 +01:00
controller.hpp Implement setting fan speed manually 2021-02-12 16:38:41 +01:00
fantemp.cppproj Replace sprintf with dtostrf to save about 1.5k of flash 2020-04-13 01:13:44 +02:00
main.cpp Add eeprom saved statistics 2020-04-07 21:09:27 +02:00
pwm.cpp Rename project to fantemp 2020-03-30 19:45:33 +02:00
pwm.hpp Rename project to fantemp 2020-03-30 19:45:33 +02:00
statistics.cpp Add saving to EEPROM on bootloader entry 2020-04-09 13:21:53 +02:00
statistics.hpp Add saving to EEPROM on bootloader entry 2020-04-09 13:21:53 +02:00
terminal.hpp Implement setting fan speed manually 2021-02-12 16:38:41 +01:00
thermistor.cpp Rename project to fantemp 2020-03-30 19:45:33 +02:00
thermistor.hpp Make adc sampling interrupt driven 2020-04-06 19:43:32 +02:00