brainflow
brainflow copied to clipboard
BrainFlow is a library intended to obtain, parse and analyze EEG, EMG, ECG and other kinds of data from biosensors
**Is your feature request related to a problem? Please describe.** For ARM there is a need to compile manually, would be good to publish precompiled libs **Describe the solution you'd...
Use other languages(java, c#, python) as an API reference. Useful link: https://stackoverflow.com/questions/34669958/swift-how-to-call-a-c-function-loaded-from-a-dylib
As of right now we dont parse messages in config_board method and dont validate them for cyton like devices. We can add a parser and it will allow us to...
Currently we link low level libs like BoardController, DataFilter, MLModule with high level C++ API(BoardShim class, etc). We can add an option to avoid linking and do it manually in...