I have read a lot of articles and forum posts about this topic, but almost everything is quite complicated and all from over 2+ years ago.
So I was wondering, What is the best way tot get the CPU temperature of the Raspberry Pi in C#?
I have the newest version of Windows 10 IoT Core.
Update
I dont want to reduce the CPU temperature. I am using the Sense HAT. The temperature sensor of that thing is located near the CPU so the reading is inaccurate. I have found a python script what makes the reading accurate, but it needs the CPU temperature.
NOTE:
I am using Windows 10 IoT Core!
I DO NOT have this file: /sys/class/thermal/thermal_zone0/temp
Update 2:
If the only way is to write your own driver, please guide me how to do that. I don't know anything about writing drivers or anything so low-level...