From 42375b701eef908f2cc5ec4538c8255046728886 Mon Sep 17 00:00:00 2001 From: Eric Wertz Date: Mon, 23 Jan 2023 13:41:57 -0500 Subject: [PATCH] Added README.md --- README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 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. -- 2.47.0