Skip to content

Commit

Permalink
Update SupportedBoards.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey1994 authored Jul 15, 2024
1 parent a040c04 commit b92a1c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/SupportedBoards.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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.**
**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 comments on commit b92a1c3

Please sign in to comment.