@@ -82,7 +82,8 @@ BrainFlowBoards::BrainFlowBoards()
8282 {" 61" , json::object ()},
8383 {" 62" , json::object ()},
8484 {" 63" , json::object ()},
85- {" 64" , json::object ()}
85+ {" 64" , json::object ()},
86+ {" 65" , json::object ()}
8687 }
8788 }};
8889
@@ -1221,6 +1222,29 @@ BrainFlowBoards::BrainFlowBoards()
12211222 {" battery_channel" , 8 },
12221223 {" other_channels" , {9 , 10 }}
12231224 };
1225+ brainflow_boards_json[" boards" ][" 65" ][" default" ] =
1226+ {
1227+ {" name" , " MuseAnthena" },
1228+ {" sampling_rate" , 256 },
1229+ {" timestamp_channel" , 6 },
1230+ {" marker_channel" , 7 },
1231+ {" package_num_channel" , 0 },
1232+ {" num_rows" , 8 },
1233+ {" eeg_channels" , {1 , 2 , 3 , 4 }},
1234+ {" eeg_names" , " TP9,AF7,AF8,TP10" },
1235+ {" other_channels" , {5 }}
1236+ };
1237+ brainflow_boards_json[" boards" ][" 65" ][" auxiliary" ] =
1238+ {
1239+ {" name" , " MuseAnthenaAux" },
1240+ {" sampling_rate" , 52 },
1241+ {" timestamp_channel" , 7 },
1242+ {" marker_channel" , 8 },
1243+ {" package_num_channel" , 0 },
1244+ {" num_rows" , 9 },
1245+ {" accel_channels" , {1 , 2 , 3 }},
1246+ {" gyro_channels" , {4 , 5 , 6 }}
1247+ };
12241248}
12251249
12261250BrainFlowBoards boards_struct;
0 commit comments