some devices may implement it but there is no requirement to have this method and we do not recommend anybody to use it
| 69 | // some devices may implement it but there is no requirement to have this method and we do not |
| 70 | // recommend anybody to use it |
| 71 | virtual int config_board_with_bytes (const char *bytes, int len) |
| 72 | { |
| 73 | return (int)BrainFlowExitCodes::UNSUPPORTED_BOARD_ERROR; |
| 74 | } |
| 75 | |
| 76 | int get_current_board_data ( |
| 77 | int num_samples, int preset, double *data_buf, int *returned_samples); |
nothing calls this directly
no outgoing calls
no test coverage detected