DominiLux / amdgpu-pro-fans

An alpha version written in bash script for the development of overall concepts for a c++ project I will be releasing soon as open source.
Apache License 2.0
117 stars 46 forks source link

Added new features, temperature readout, current fan speed #15

Closed DarkJarris closed 6 years ago

DarkJarris commented 6 years ago

I've added a few features and fix a bug where the -h flag didnt work

I'm going to be making a python GUI for this and needed a way to retrieve what the actual fan speed was, and the temperature is a nice bonus too.

As the new outputs are intended to be passed into another program, I kept the outputs super simple. just a basic integer "100", "85", "52", etc; rather than the prettier "Card temperature is 52C" or so.

I shall probably add a verbosity flag to switch between the two, so its readable by human or computer. but that will come later some time.