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

Method config_board

src/board_controller/pieeg/pieeg_board.cpp:197–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197int PIEEGBoard::config_board (std::string config, std::string &response)
198{
199 if (!initialized)
200 {
201 return (int)BrainFlowExitCodes::BOARD_NOT_READY_ERROR;
202 }
203 return (int)BrainFlowExitCodes::UNSUPPORTED_BOARD_ERROR;
204}
205
206void PIEEGBoard::read_thread ()
207{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected