Skip to content

Instantly share code, notes, and snippets.

@gramian
Created March 28, 2017 18:35
Show Gist options
  • Save gramian/76a1806cdf76ce62a3f18147d31bc84d to your computer and use it in GitHub Desktop.
Save gramian/76a1806cdf76ce62a3f18147d31bc84d to your computer and use it in GitHub Desktop.
Read CPU temperature of Nanopi Neo
#!/bin/sh
echo $((`cat /sys/class/thermal/thermal_zone0/temp` / 1000))
@Slavchu
Copy link

Slavchu commented Jul 1, 2023

NanoPi neo2 /sys/class/thermal/thermal_zone0/temp
That's everything I found.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment