How do I get the NVIDIA core temperature in an integer value?
问题 I am taking a Arduino microcontroller class and I'm working on my final project: an automated computer cooling system that works according to case temperature. I was unable to get my NVIDIA GPU core temp using the following sources: this MSDN link or this NVIDIA link. How can I get the value of the temperature of my GPU? My knowledge in C# is basic and i couldn't make heads from tails on that manual or code examples in MSDN. 回答1: I'm gonna go ahead and answer my own question after a long time