Skip to content

Commit 8cfb4f0

Browse files
authored
Merge pull request #189 from ShimmerEngineering/DEV-430
Update ShimmerBluetooth.cs
2 parents 519ecf4 + 672305d commit 8cfb4f0

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)