Skip to content

Commit 1ad7096

Browse files
author
AJ Keller
authored
Removed functions that were removed in 1.5.0
1 parent b871bd1 commit 1ad7096

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

README.md

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -887,34 +887,6 @@ Stop logging to the SD card and close any open file. If you are not streaming wh
887887
888888
**_Returns_** resolves if the command was added to the write queue.
889889
890-
### <a name="method-set-info-for-board-type"></a> .setInfoForBoardType(boardType)
891-
892-
Set the info property for board type.
893-
894-
**Note: This has the potential to change the way data is parsed**
895-
896-
**_boardType_**
897-
898-
A String indicating the number of channels.
899-
900-
* `default` - Default board: Sample rate is `250Hz` and number of channels is `8`.
901-
* `daisy` - Daisy board: Sample rate is `125Hz` and number of channels is `16`.
902-
903-
**_Returns_** a promise, fulfilled if the command was sent to the write queue. Rejects if input is not `8` or `16`.
904-
905-
### <a name="method-set-max-channels"></a> .setMaxChannels(numberOfChannels)
906-
907-
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`.
917-
918890
### <a name="method-simulator-enable"></a> .simulatorEnable()
919891
920892
To enter simulate mode. Must call [`.connect()`](#method-connect) after.

0 commit comments

Comments
 (0)