Skip to content

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

Closed

Conversation

bdieudonne
Copy link
Contributor

No description provided.

Copy link
Member

@Andrey1994 Andrey1994 left a 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'))
Copy link
Member

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";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The same as here

@bdieudonne
Copy link
Contributor Author

will create a new one from a fresh branch

@bdieudonne bdieudonne closed this May 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants