From 5fa05aca2cb401327d9d7a833a4789ee271fabaa Mon Sep 17 00:00:00 2001 From: Rahix Date: Sun, 24 Aug 2025 17:12:37 +0200 Subject: [PATCH] temp: Add license --- Misc/Temp-Monitor/README.md | 3 +++ Misc/Temp-Monitor/temperature_monitor.py | 1 + 2 files changed, 4 insertions(+) diff --git a/Misc/Temp-Monitor/README.md b/Misc/Temp-Monitor/README.md index 8327543..16a4fd2 100644 --- a/Misc/Temp-Monitor/README.md +++ b/Misc/Temp-Monitor/README.md @@ -27,3 +27,6 @@ mpremote cp main.py : Replug the Pico USB cable and data should be sent in over serial. To monitor, we are currently using the [`serial-monitor-rust`](https://github.com/hacknus/serial-monitor-rust) tool. + +### License +All code in this directory is licensed under the [`MIT`](https://opensource.org/license/MIT) license. diff --git a/Misc/Temp-Monitor/temperature_monitor.py b/Misc/Temp-Monitor/temperature_monitor.py index d40409c..483d138 100644 --- a/Misc/Temp-Monitor/temperature_monitor.py +++ b/Misc/Temp-Monitor/temperature_monitor.py @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: MIT import math import time from cs1237 import CS1237