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
@@ -4631,6 +4645,15 @@ public void writeMemCommand(int command, int address, byte[] infoMemBytes) {
4631
4645
writeInstruction(instructionBuffer);
4632
4646
}
4633
4647
}
4648
+
4649
+
/**
4650
+
* writeSetFeatureCommand(feature, setting) sets a particular feature on the Shimmer device to the desired setting.
4651
+
* @param feature is a numeric value defining the feature to be set.
4652
+
* @param setting is a numeric value defining the desired setting for the feature. Example valid settings values are 0 (Disable feature) and 1 (Enable feature)
0 commit comments