| 254 | } |
| 255 | |
| 256 | int SyntheticBoard::config_board (std::string config, std::string &response) |
| 257 | { |
| 258 | response = "Config:" + config; |
| 259 | return (int)BrainFlowExitCodes::STATUS_OK; |
| 260 | } |
| 261 | |
| 262 | // if you use this board as a reference, more likely you dont need to implement this method |
| 263 | int SyntheticBoard::config_board_with_bytes (const char *bytes, int len) |
nothing calls this directly
no outgoing calls
no test coverage detected