| 195 | } |
| 196 | |
| 197 | int 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 | |
| 206 | void PIEEGBoard::read_thread () |
| 207 | { |
nothing calls this directly
no outgoing calls
no test coverage detected