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

Method config_board

src/board_controller/gtec/unicorn_board.cpp:222–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222int UnicornBoard::config_board (std::string config, std::string &response)
223{
224 // todo if there will be requests for it.
225 // Unicorn API provides int Unicorn_SetConfiguration method
226 safe_logger (spdlog::level::debug, "config_board is not supported for Unicorn.");
227 return (int)BrainFlowExitCodes::UNSUPPORTED_BOARD_ERROR;
228}
229
230int UnicornBoard::call_open ()
231{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected