diff --git a/docs/SupportedBoards.rst b/docs/SupportedBoards.rst index 7dfda43e0..89b97ca1c 100644 --- a/docs/SupportedBoards.rst +++ b/docs/SupportedBoards.rst @@ -1026,20 +1026,14 @@ Ant Neuro has many devices and all of them are supported by BrainFlow: - :code:`ANT_NEURO_EE_225_BOARD` - :code:`ANT_NEURO_EE_511_BOARD` -Initialization and EEG reading example: +Initialization example: .. code-block:: python params = BrainFlowInputParams() board = BoardShim(BoardIds.ANT_NEURO_EE_410_BOARD, params) # 8 channel amplifier - board.prepare_session() - board.start_stream() - for i in range(3): - time.sleep(1) - data = board.get_board_data() # get all data and remove it from internal buffer - print(f'{data.shape[0]} channels x {data.shape[1]} samples') - board.stop_stream() - board.release_session() + +`More elaborate example `_ (reading EEG and impedances) Supported platforms: