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

Method master_board

rust_package/brainflow/src/brainflow_input_params.rs:118–121  ·  view source on GitHub ↗

Master Board from BoardIds enum.

(mut self, master_board: BoardIds)

Source from the content-addressed store, hash-verified

116
117 /// Master Board from BoardIds enum.
118 pub fn master_board(mut self, master_board: BoardIds) -> Self {
119 self.params.master_board = master_board as usize;
120 self
121 }
122
123 /// Other info.
124 pub fn other_info<S: AsRef<str>>(mut self, info: S) -> Self {

Callers 1

newMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected