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
iio:adc:ad7768: Display scale factor more precisely
According to the calculations, we get the scale value: (2*4.096)/(2^24)
= 488.28125nV. With nano precision doing voltage_raw * voltage_scale
we get 476nV. The scale value is not precise enough,so this has been fixed.
Signed-off-by: Ioan-daniel Pop <Pop.Ioan-daniel@analog.com>
0 commit comments