-
-
Notifications
You must be signed in to change notification settings - Fork 357
ANT Neuro SDK functions (via "get_info") in documentation #767
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ANT Neuro SDK functions (via "get_info") in documentation #767
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think its smth strange with git, code changes already merged, could you rebase it or merge brainflow master into your branch?
@@ -7,6 +8,11 @@ | |||
board = BoardShim(BoardIds.ANT_NEURO_EE_411_BOARD, params) # 8 channel amplifier | |||
board.prepare_session() | |||
|
|||
# Get amplifier info | |||
info = json.loads(board.config_board('get_info')) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure what hapenned here, but isnt it already submitted?
@@ -346,6 +347,7 @@ int AntNeuroBoard::config_board (std::string config, std::string &response) | |||
std::string rv_prefix = "reference_range:"; | |||
std::string bv_prefix = "bipolar_range:"; | |||
std::string mode_prefix = "impedance_mode:"; | |||
std::string get_info = "get_info"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The same as here
will create a new one from a fresh branch |
No description provided.