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

Function get_analog_channels

src/board_controller/board_info_getter.cpp:179–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179int get_analog_channels (int board_id, int preset, int *analog_channels, int *len)
180{
181 return get_array_value (board_id, preset, "analog_channels", analog_channels, len);
182}
183
184int get_gyro_channels (int board_id, int preset, int *gyro_channels, int *len)
185{

Callers 1

get_analog_channelsMethod · 0.85

Calls 1

get_array_valueFunction · 0.85

Tested by

no test coverage detected