Skip to content

Commit 672305d

Browse files
committed
Update ShimmerBluetooth.cs
fix for 3R adc
1 parent 519ecf4 commit 672305d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ShimmerAPI/ShimmerAPI/ShimmerBluetooth.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7460,7 +7460,7 @@ protected double CalibrateMspAdcChannel(double unCalData)
74607460
protected double CalibrateShimmer3RAdcChannel(double unCalData)
74617461
{
74627462
double offset = 0; double vRefP = 3; double gain = 1;
7463-
double calData = CalibrateU14AdcValue(unCalData, offset, vRefP, gain);
7463+
double calData = CalibrateU12AdcValue(unCalData, offset, vRefP, gain);
74647464
return calData;
74657465
}
74667466

0 commit comments

Comments
 (0)