Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I want in Raspberry pi Get it


Excuse me?

What I have tried:

Try openhardwaremonitor

Other class libraries in GitHub ?
Posted
Updated 25-Aug-18 17:07pm
v2
Comments
Patrice T 25-Aug-18 23:41pm    
Can you try to make sentences ?
Summer.XiaJy 26-Aug-18 1:39am    
For example phython

def get_cpu_temp():
tempFile = open( "/sys/class/thermal/thermal_zone0/temp" )
cpu_temp = tempFile.read()
tempFile.close()
return float(cpu_temp)/1000
# Uncomment the next line if you want the temp in Fahrenheit
#return float(1.8*cpu_temp)+32


dotnetcore is it ok?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900