From b92a1c362f2027a29eb8a5ab1c3f4517e9b8ba02 Mon Sep 17 00:00:00 2001 From: Andrey Parfenov Date: Mon, 15 Jul 2024 02:23:34 +0200 Subject: [PATCH] Update SupportedBoards.rst --- docs/SupportedBoards.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/SupportedBoards.rst b/docs/SupportedBoards.rst index 4bf7681c2..3b92875c1 100644 --- a/docs/SupportedBoards.rst +++ b/docs/SupportedBoards.rst @@ -1286,7 +1286,7 @@ PiEEG (Measure EEG with RaspberryPi) – Brain-computer interface (EEG, EMG, and To create such a board, you need to specify the following board ID and fields of the BrainFlowInputParams object: - :code:`BoardIds.PIEEG_BOARD` -- :code:`serial_port`(optional), e.g., COM3, /dev/spidev0.0, etc. +- :code:`serial_port`(optional), e.g. /dev/spidev0.0, etc. More likely you dont need to change the default Initialization Example: @@ -1304,4 +1304,4 @@ Supported platforms: **Note**: Ensure that you have the necessary permissions to access the serial port on your operating system. For Unix-like systems, you may need to configure permissions for the serial port or run with sudo. -**To use this board you need to compile BrainFlow from the source code right on your Raspbery Pi device with flag --build-periphery(build.py) or with -DBUILD_PERIPHERY=ON(CMake) and install desired bindings using local libraries.** \ No newline at end of file +**To use this board you need to compile BrainFlow from the source code right on your Raspbery Pi device with flag --build-periphery(build.py) or with -DBUILD_PERIPHERY=ON(CMake) and install desired bindings using local libraries.**