Skip to content

Commit

Permalink
Fix EEG names for Muse 2, Muse S, Muse 2016 (#744)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheongpark committed Sep 7, 2024
1 parent 3c98d02 commit 1a81848
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/board_controller/brainflow_boards.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ BrainFlowBoards::BrainFlowBoards()
{"package_num_channel", 0},
{"num_rows", 8},
{"eeg_channels", {1, 2, 3, 4}},
{"eeg_names", "TP9,Fp1,Fp2,TP10"},
{"eeg_names", "TP9,AF7,AF8,TP10"},
{"other_channels", {5}}
};
brainflow_boards_json["boards"]["21"]["auxiliary"] =
Expand Down Expand Up @@ -445,7 +445,7 @@ BrainFlowBoards::BrainFlowBoards()
{"package_num_channel", 0},
{"num_rows", 8},
{"eeg_channels", {1, 2, 3, 4}},
{"eeg_names", "TP9,Fp1,Fp2,TP10"},
{"eeg_names", "TP9,AF7,AF8,TP10"},
{"other_channels", {5}}
};
brainflow_boards_json["boards"]["22"]["auxiliary"] =
Expand Down Expand Up @@ -652,7 +652,7 @@ BrainFlowBoards::BrainFlowBoards()
{"package_num_channel", 0},
{"num_rows", 8},
{"eeg_channels", {1, 2, 3, 4}},
{"eeg_names", "TP9,Fp1,Fp2,TP10"},
{"eeg_names", "TP9,AF7,AF8,TP10"},
{"other_channels", {5}}
};
brainflow_boards_json["boards"]["38"]["auxiliary"] =
Expand Down Expand Up @@ -685,7 +685,7 @@ BrainFlowBoards::BrainFlowBoards()
{"package_num_channel", 0},
{"num_rows", 8},
{"eeg_channels", {1, 2, 3, 4}},
{"eeg_names", "TP9,Fp1,Fp2,TP10"},
{"eeg_names", "TP9,AF7,AF8,TP10"},
{"other_channels", {5}}
};
brainflow_boards_json["boards"]["39"]["auxiliary"] =
Expand Down Expand Up @@ -731,7 +731,7 @@ BrainFlowBoards::BrainFlowBoards()
{"package_num_channel", 0},
{"num_rows", 7},
{"eeg_channels", {1, 2, 3, 4}},
{"eeg_names", "TP9,Fp1,Fp2,TP10"}
{"eeg_names", "TP9,AF7,AF8,TP10"}
};
brainflow_boards_json["boards"]["41"]["auxiliary"] =
{
Expand All @@ -753,7 +753,7 @@ BrainFlowBoards::BrainFlowBoards()
{"package_num_channel", 0},
{"num_rows", 7},
{"eeg_channels", {1, 2, 3, 4}},
{"eeg_names", "TP9,Fp1,Fp2,TP10"},
{"eeg_names", "TP9,AF7,AF8,TP10"},
};
brainflow_boards_json["boards"]["42"]["auxiliary"] =
{
Expand Down

0 comments on commit 1a81848

Please sign in to comment.