Trying to find a good way to get cpu temp

This commit is contained in:
2017-01-28 19:31:32 +01:00
parent 28c4e3dec5
commit ca793e5525

View File

@@ -12,4 +12,4 @@ cpu = Cpu(monitoring_latency=1)
with cpu:
for _ in range(8):
cpu.load, cpu.temperature
sleep(1.1)
sleep(1.1)