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 ~~~~~~~~~~~~