TinyFanControl-Firmware/src
Thomas Kolb b6c7888321 Blink LED on startup
Afterwards, the LED shows whether the fan is (or should be) currently on.
2024-02-09 19:20:52 +01:00
..
eeprom_config.h Move all configuration variables to the EEPROM 2023-09-30 21:08:54 +02:00
fan_controller.c Move all configuration variables to the EEPROM 2023-09-30 21:08:54 +02:00
fan_controller.h Implement control loop 2023-09-29 19:55:51 +02:00
fan_ctrl_dc.c fan_ctrl_dc: bypass the DC/DC when 100% fan speed is requested 2024-02-09 19:06:50 +01:00
fan_ctrl_dc.h Started implementing the hardware access modules 2023-09-23 17:34:32 +02:00
fan_ctrl_pwm.c Adjust pinout and add LED support for HW Rev. B 2024-02-09 19:07:52 +01:00
fan_ctrl_pwm.h Started implementing the hardware access modules 2023-09-23 17:34:32 +02:00
main.c Blink LED on startup 2024-02-09 19:20:52 +01:00
pinout.h Adjust pinout and add LED support for HW Rev. B 2024-02-09 19:07:52 +01:00
temp_sensor.c temp_sensor: internal temperature sensor is not available on STM32F010 :( 2023-10-01 20:32:52 +02:00
temp_sensor.h Started implementing the hardware access modules 2023-09-23 17:34:32 +02:00
uart.c Started implementing the hardware access modules 2023-09-23 17:34:32 +02:00
uart.h Started implementing the hardware access modules 2023-09-23 17:34:32 +02:00