TinyFanControl-Firmware/src
2023-10-01 20:33:44 +02: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 Started implementing the hardware access modules 2023-09-23 17:34:32 +02:00
fan_ctrl_dc.h Started implementing the hardware access modules 2023-09-23 17:34:32 +02:00
fan_ctrl_pwm.c fan_ctrl_pwm: properly set pin mode to alternate function 2023-10-01 20:32:07 +02:00
fan_ctrl_pwm.h Started implementing the hardware access modules 2023-09-23 17:34:32 +02:00
main.c DMA clock has to be enabled, too 2023-10-01 20:33:44 +02:00
pinout.h Started implementing the hardware access modules 2023-09-23 17:34:32 +02: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