From 41cc8c022c75785bf6181ed6b3b74278437b11f9 Mon Sep 17 00:00:00 2001 From: Andrey Parfenov Date: Sun, 24 Aug 2025 20:00:14 +0200 Subject: [PATCH] update docs for ganglion Signed-off-by: Andrey Parfenov --- docs/SupportedBoards.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/SupportedBoards.rst b/docs/SupportedBoards.rst index caf45162d..219db8b51 100644 --- a/docs/SupportedBoards.rst +++ b/docs/SupportedBoards.rst @@ -223,6 +223,14 @@ Supported platforms: - MacOS - Devices like Raspberry Pi +Available Ganglion commands can be found at `OpenBCI docs page `_. + +Enabling accelerometer data: + +.. code-block:: python + + board.config_board("n") # this decreases the resolution of EEG data and enables accel data + Ganglion Native ~~~~~~~~~~~~~~~~~ @@ -259,6 +267,14 @@ Supported platforms: - Linux, compilation from source code probably will be needed - Devices like Raspberry Pi +Available Ganglion commands can be found at `OpenBCI docs page `_. + +Enabling accelerometer data: + +.. code-block:: python + + board.config_board("n") # this decreases the resolution of EEG data and enables accel data + Cyton Daisy ~~~~~~~~~~~~