-
-
Notifications
You must be signed in to change notification settings - Fork 365
Adding BioListener boards support #759
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding BioListener boards support #759
Conversation
…c ADC type detection, conversion to microvolts
# Conflicts: # csharp_package/brainflow/brainflow/board_controller_library.cs # java_package/brainflow/src/main/java/brainflow/BoardIds.java # julia_package/brainflow/src/board_shim.jl # matlab_package/brainflow/BoardIds.m # nodejs_package/brainflow/brainflow.types.ts # python_package/brainflow/board_shim.py # rust_package/brainflow/src/ffi/constants.rs # src/board_controller/brainflow_boards.cpp # src/utils/inc/brainflow_constants.h
thanks, I will review tomorrow |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks great overall, thanks, wrote some comments, but nothing major, and especially thanks for emulator
…ded default values, minor fixes, docs updates
…ded default values, minor fixes, docs updates
Addressed review comments. Please review. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me, will submit when CI passes
BioListener is an open-source project designed to revolutionize biosensing with portable, affordable, multi-channel biosensing boards.
Project website: https://github.com/serhii-matsyshyn/biolistener
Here is the link to the image with a white background, square shaped for the BrainFlow website: https://live.staticflickr.com/65535/54361164718_e0031a3951_o.png
This PR includes 8-channel BioListener boards support.
Please note that PR #754 had broken multiple languages bindings support since board
OB3000
with board number63
was not added to all languages. Hence, this is fixed in this PR as well. In the future, such mistakes can have much worse consequences if not detected and corrected ASAP. A CI test implementation checking all the files updated in the correct way on new board addition is desirable; it can be added as an enhancement issue.