summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4fecb00)
raw | patch | inline | side by side (parent: 4fecb00)
author | Eric Wertz <ericdwertz@gmail.com> | |
Mon, 23 Jan 2023 18:41:57 +0000 (13:41 -0500) | ||
committer | Eric Wertz <ericdwertz@gmail.com> | |
Mon, 23 Jan 2023 18:41:57 +0000 (13:41 -0500) |
README.md | [new file with mode: 0644] | patch | blob |
diff --git a/README.md b/README.md
--- /dev/null
+++ b/README.md
@@ -0,0 +1 @@
+This code is for a temperature control system that uses a fan to cool down a CPU and a heatsink. The system uses a number of macros to define target temperatures, time periods, and other constants such as the resistance and thermistor coefficients. The code contains several functions for configuring a timer, controlling the fan speed, writing data to a serial connection, and reading temperatures from a sensor and serial connection.