You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sends a command to the board to set the max channels. If you have a daisy attached, calling this function will re-sniff for the daisy ADS and attempt to use it.
908
-
909
-
**_numberOfChannels_**
910
-
911
-
A Number indicating the number of channels.
912
-
913
-
* `8` - Default number of channels.
914
-
* `16` - Daisy number of channels.
915
-
916
-
**_Returns_** a promise, fulfilled if the command was sent to the write queue. Rejects if input is not `8` or `16`.
0 commit comments