Arquivos
OpenBCI_Python/plugins

To create a new plugin, see print.py and print.yapsy-plugin for a minimal example.

Note: "init" will be automatically called when the main program loads, even if the plugin is not used, put computationally intensive instructions in activate() instead.