]> Eric's Git Repo - fanduino.git/commitdiff
Added README.md master
authorEric Wertz <ericdwertz@gmail.com>
Mon, 23 Jan 2023 18:41:57 +0000 (13:41 -0500)
committerEric Wertz <ericdwertz@gmail.com>
Mon, 23 Jan 2023 18:41:57 +0000 (13:41 -0500)
README.md [new file with mode: 0644]

diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..06531ab
--- /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.