Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Cooler Master PSU support #1307

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

caerffili
Copy link

Adding Cooler Master PSU support. The following PSUs are supported

  • V550 GOLD i MULTI
  • V650 GOLD i MULTI
  • V750 GOLD i MULTI
  • V850 GOLD i MULTI
  • V550 GOLD i 12VO
  • V650 GOLD i 12VO
  • V750 GOLD i 12VO
  • V850 GOLD i 12VO
  • V650 PLATINUM i 12VO
  • V750 PLATINUM i 12VO
  • V850 PLATINUM i 12VO
  • FANLESS 1300

Tested on V850 Gold i.

image

This is based on work by Jannis234

https://github.com/Jannis234/cm-psu

@@ -48,4 +48,7 @@
<Pack>True</Pack>
</None>
</ItemGroup>
<ItemGroup>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not needed.

@@ -0,0 +1,78 @@
// This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Format doc.


namespace LibreHardwareMonitor.Hardware.Psu.CoolerMaster;


Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Format doc / follow code style.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the code style documented anywhere? I couldn't find it.

If not, I'll study some other code and try to work it out.

Thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants