File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments