-
Notifications
You must be signed in to change notification settings - Fork 4
RPi CPU temperature
cryptozeny edited this page Jul 5, 2018
·
2 revisions
inline
while true; do echo -n `date +"[%H:%M:%S]"` ; awk '{printf(" %.0f C\n",$1/1e3)}' /sys/class/thermal/thermal_zone0/temp ; sleep 1; done;
line_break
while true; \
do echo -n `date +"[%H:%M:%S]"` ; \
awk '{printf(" %.0f C\n",$1/1e3)}' /sys/class/thermal/thermal_zone0/temp ; \
sleep 1; \
done;
OR
https://github.com/cryptozeny/cpuminer/tree/v2.6.0-temperature/sensor