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

Method config_board

src/board_controller/emotibit/emotibit.cpp:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99int Emotibit::config_board (std::string conf, std::string &response)
100{
101 return send_control_msg (conf.c_str ());
102}
103
104int Emotibit::start_stream (int buffer_size, const char *streamer_params)
105{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected