You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Main addition is moving the pseudo example to be a callable and configurable class, integrating in to all examples to show how examples can run automatically.
Optimised data thread created to handle time windows based on relative sample timestamp (could prove erroneous for devices which transmit large chunks and have large gaps in timestamps).
Can now set log level to info (all prints) warning (critical prints) or none (doesn't print anything from PyBCI). Note this won't prevent prints from tensorflow (seems a littler harder to suppress)