investigate Imax and min

pull/78/head
alanbjohnston 5 years ago committed by GitHub
parent e36e5ff678
commit 8697d11071
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1335,7 +1335,7 @@ else {
if (current[count1] > current_max[count1])
current_max[count1] = current[count1];
// printf("Vmin %f Vmax %f Imin %f Imax %f \n", voltage_min[count1], voltage_max[count1], current_min[count1], current_max[count1]);
printf("Vmin %f Vmax %f Imin %f Imax %f \n", voltage_min[count1], voltage_max[count1], current_min[count1], current_max[count1]);
}

Loading…
Cancel
Save

Powered by TurnKey Linux.