You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
elseif(chipisChip.NCT6683D or Chip.NCT6686D or Chip.NCT6687D)//These work on older NCT6687D boards, but only the first 3 fans on newer (X870 and Z890) motherboards. Unsure of controls for "next 8".
72
+
elseif(chipisChip.NCT6683D or Chip.NCT6686D or Chip.NCT6687D)//These work on older NCT6687D boards, but only fans 0, 1 and 3 on newer (X870 and Z890) motherboards. Unsure of controls for "next pack of 8".
73
73
{
74
74
FAN_PWM_OUT_REG=newushort[]{0x160,0x161,0x162,0x163,0x164,0x165,0x166,0x167};// Next 8 fans will be 0xE00, 0xE01, 0xE02, 0xE03, 0xE04, 0xE05, 0xE06, 0xE07
0 commit comments