TinyFanControl-Firmware/src
Thomas Kolb d526341b75 temp_sensor: temporarily add functions missing in the STM32L0 library
These functions are available in the libopencm3, but only for the
STM32F0. However, they should work with very little changes also for the
STM32L0, but have not been ported yet. Therefore I'm quickly testing
them here.
2023-09-29 22:07:05 +02:00
..
fan_controller.c Implement control loop 2023-09-29 19:55:51 +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 Started implementing the hardware access modules 2023-09-23 17:34:32 +02:00
fan_ctrl_pwm.h Started implementing the hardware access modules 2023-09-23 17:34:32 +02:00
main.c Implement control loop 2023-09-29 19:55:51 +02:00
pinout.h Started implementing the hardware access modules 2023-09-23 17:34:32 +02:00
temp_sensor.c temp_sensor: temporarily add functions missing in the STM32L0 library 2023-09-29 22:07:05 +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