Firmware for the TinyFanControl project.
Find a file
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
doc/notebooks Added jupyter notebook for NTC calculation 2023-09-29 20:52:21 +02:00
fxplib@77a69a9dda Started implementing the hardware access modules 2023-09-23 17:34:32 +02:00
ldscripts Initial commit: basic infrastructure 2023-09-20 22:19:11 +02:00
libopencm3@32a1692077 Initial commit: basic infrastructure 2023-09-20 22:19:11 +02:00
src temp_sensor: temporarily add functions missing in the STM32L0 library 2023-09-29 22:07:05 +02:00
test Added test program for the NTC calculation 2023-09-29 20:51:20 +02:00
.gitignore Added test program for the NTC calculation 2023-09-29 20:51:20 +02:00
.gitmodules Initial commit: basic infrastructure 2023-09-20 22:19:11 +02:00
compile_flags.txt Started implementing the hardware access modules 2023-09-23 17:34:32 +02:00
Makefile Started implementing the hardware access modules 2023-09-23 17:34:32 +02:00