From ca793e5525af8f86ceaa261c07ac8bdb775af2c6 Mon Sep 17 00:00:00 2001 From: Kevin Midboe Date: Sat, 28 Jan 2017 19:31:32 +0100 Subject: [PATCH] Trying to find a good way to get cpu temp --- v1/cpuTemp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v1/cpuTemp.py b/v1/cpuTemp.py index b6e1eb5..0c38b25 100755 --- a/v1/cpuTemp.py +++ b/v1/cpuTemp.py @@ -12,4 +12,4 @@ cpu = Cpu(monitoring_latency=1) with cpu: for _ in range(8): cpu.load, cpu.temperature - sleep(1.1) \ No newline at end of file + sleep(1.1)