Skip to content

Commit b92a1c3

Browse files
authored
Update SupportedBoards.rst
1 parent a040c04 commit b92a1c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/SupportedBoards.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1286,7 +1286,7 @@ PiEEG (Measure EEG with RaspberryPi) – Brain-computer interface (EEG, EMG, and
12861286
To create such a board, you need to specify the following board ID and fields of the BrainFlowInputParams object:
12871287

12881288
- :code:`BoardIds.PIEEG_BOARD`
1289-
- :code:`serial_port`(optional), e.g., COM3, /dev/spidev0.0, etc.
1289+
- :code:`serial_port`(optional), e.g. /dev/spidev0.0, etc. More likely you dont need to change the default
12901290
12911291
Initialization Example:
12921292
@@ -1304,4 +1304,4 @@ Supported platforms:
13041304
13051305
**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.
13061306
1307-
**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.**
1307+
**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.**

0 commit comments

Comments
 (0)