Created
July 21, 2017 09:53
-
-
Save ChatchaiJ/02053feb5ec56b8d444d4a37d4f34ac6 to your computer and use it in GitHub Desktop.
get raspberry pi GPU temperature
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
sudo /opt/vc/bin/vcgencmd measure_temp | cut -f2 -d= | cut -f1 -d\' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment