Skip to content

Commit 41cc8c0

Browse files
committed
update docs for ganglion
Signed-off-by: Andrey Parfenov <a1994ndrey@gmail.com>
1 parent b859225 commit 41cc8c0

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/SupportedBoards.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,14 @@ Supported platforms:
223223
- MacOS
224224
- Devices like Raspberry Pi
225225

226+
Available Ganglion commands can be found at `OpenBCI docs page <https://docs.openbci.com/Ganglion/GanglionSDK/>`_.
227+
228+
Enabling accelerometer data:
229+
230+
.. code-block:: python
231+
232+
board.config_board("n") # this decreases the resolution of EEG data and enables accel data
233+
226234
Ganglion Native
227235
~~~~~~~~~~~~~~~~~
228236

@@ -259,6 +267,14 @@ Supported platforms:
259267
- Linux, compilation from source code probably will be needed
260268
- Devices like Raspberry Pi
261269

270+
Available Ganglion commands can be found at `OpenBCI docs page <https://docs.openbci.com/Ganglion/GanglionSDK/>`_.
271+
272+
Enabling accelerometer data:
273+
274+
.. code-block:: python
275+
276+
board.config_board("n") # this decreases the resolution of EEG data and enables accel data
277+
262278
Cyton Daisy
263279
~~~~~~~~~~~~
264280

0 commit comments

Comments
 (0)