Skip to content

Commit

Permalink
Fix Cyton impedance check board configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
philippitts committed Feb 29, 2024
1 parent d8543aa commit b3918c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OpenBCI_GUI/BoardCyton.pde
Original file line number Diff line number Diff line change
Expand Up @@ -450,8 +450,8 @@ implements ImpedanceSettingsBoard, AccelerometerCapableBoard, AnalogCapableBoard

currentADS1299Settings.values.gain[channel] = Gain.X1;
currentADS1299Settings.values.inputType[channel] = InputType.NORMAL;
currentADS1299Settings.values.bias[channel] = Bias.INCLUDE;
currentADS1299Settings.values.srb2[channel] = Srb2.DISCONNECT;
currentADS1299Settings.values.bias[channel] = Bias.NO_INCLUDE;
currentADS1299Settings.values.srb2[channel] = Srb2.CONNECT;
currentADS1299Settings.values.srb1[channel] = Srb1.DISCONNECT;

fullCommand.append(currentADS1299Settings.getValuesString(channel, currentADS1299Settings.values));
Expand Down

0 comments on commit b3918c8

Please sign in to comment.