MCPcopy Create free account
hub / github.com/brainflow-dev/brainflow / config_board

Method config_board

src/board_controller/enophone/enophone.cpp:188–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188int Enophone::config_board (std::string config, std::string &response)
189{
190 safe_logger (spdlog::level::debug, "config_board is not supported for Enophone");
191 return (int)BrainFlowExitCodes::UNSUPPORTED_BOARD_ERROR;
192}
193
194std::string Enophone::get_name_selector ()
195{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected