AuraSDK
Version 1.0.2
C# wrapper for the Asus Aura SDK. Currently only supports motherboards and GPUs.
You can use NuGet or download from the releases page to add this DLL to your project. You will also need to download the Aura SDK from the official website and put it somewhere (preferably in your project folder).
Create a new instance of the SDK class using
var sdk = new AuraSDK();
or, if you want to put the AURA_SDK.dll
file somewhere else, use
var sdk = new AuraSDK("path/to/your/AURA_SDK.dll");
Devices are automatically loaded and should be ready to use. Most functions are at least somewhat documented or relatively self-explanatory. I might add some more documentation here at some point.