checkbox, cpu temp, command line change

This commit is contained in:
Karmel0x
2023-11-07 21:33:02 +01:00
parent 584bcadd2a
commit bd0162e5f4
10 changed files with 250 additions and 69 deletions

View File

@@ -18,5 +18,7 @@ namespace AsusSystemAnalysis
public static extern void HealthyTable_SetFanTestMode(char mode);
[DllImport("AsusWinIO64.dll")]
public static extern void HealthyTable_SetFanPwmDuty(short duty);
[DllImport("AsusWinIO64.dll")]
public static extern ulong Thermal_Read_Cpu_Temperature();
}
}