Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brainflow-dev/brainflow
/ config_device
Function
config_device
src/board_controller/muse/muse_bglib/main.cpp:125–132 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
123
}
124
125
int config_device (void *param)
126
{
127
if (helper == NULL)
128
{
129
return (int)BrainFlowExitCodes::BOARD_NOT_CREATED_ERROR;
130
}
131
return helper->config_device ((const char *)param);
132
}
Callers
3
open_device
Method · 0.70
stop_stream
Method · 0.70
start_stream
Method · 0.70
Calls
1
config_device
Method · 0.80
Tested by
no test coverage detected