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
Copy file name to clipboardExpand all lines: docs/SupportedBoards.rst
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -237,8 +237,8 @@ Unlike Ganglion board this BrainFlow board does not use BLED112 dongle, so you n
237
237
To create such board you need to specify the following board ID and fields of BrainFlowInputParams object:
238
238
239
239
- :code:`BoardIds.GANGLION_NATIVE_BOARD`
240
-
- *optoinal:* :code:`mac_address`, if not provided BrainFlow will try to autodiscover the device
241
-
- *optoinal:* :code:`serial_number`, if not provided BrainFlow will try to autodiscover the device
240
+
- *optional:* :code:`mac_address`, if not provided BrainFlow will try to autodiscover the device
241
+
- *optional:* :code:`serial_number`, if not provided BrainFlow will try to autodiscover the device
242
242
243
243
Initialization Example:
244
244
@@ -1026,6 +1026,11 @@ Ant Neuro has many devices and all of them are supported by BrainFlow:
1026
1026
- :code:`ANT_NEURO_EE_225_BOARD`
1027
1027
- :code:`ANT_NEURO_EE_511_BOARD`
1028
1028
1029
+
The following fields of BrainFlowInputParams object are supported:
1030
+
1031
+
- *optional:* :code:`serial_number`, important if you have multiple devices in the same place, can be found on the amplifier label (if not provided, BrainFlow will try to autodiscover the device)
0 commit comments