Skip to content

Commit 9563647

Browse files
committed
minor comment
1 parent 026ec53 commit 9563647

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
@@ -5059,7 +5059,7 @@ public void Inquiry()
50595059
}
50605060

50615061
/// <summary>
5062-
/// Rate is set to Hz
5062+
/// Rate is set to Hz. Note that when using shimmer ecg/emg, setting the sampling rate also update the configuration bytes on the exg chip. Because of this you should always try to use writesamplingrate after a command such as WriteEXGConfigurations. Unless you are certain you are setting the correct data rate via WriteEXGConfigurations.
50635063
/// </summary>
50645064
/// <param name="rate"></param>
50655065
public void WriteSamplingRate(double rate)

0 commit comments

Comments
 (0)