Thomas Pierson c6f0598d8e fix the import path for the new layout. ex: 'from kalliope.core…' unstead of 'from core' 8 роки тому
..
README.md 7683f70a3d Change the project structure to match the Python package standard. 8 роки тому
__init__.py 7683f70a3d Change the project structure to match the Python package standard. 8 роки тому
kill_switch.py c6f0598d8e fix the import path for the new layout. ex: 'from kalliope.core…' unstead of 'from core' 8 роки тому

README.md

kill_switch

Synopsis

This neuron exits the Kalliope process.

Options

No parameters

Return Values

No returned values

Synapses example

Simple example :

  - name: "stop-kalliope"
    signals:
      - order: "goodbye"
    neurons:
      - kill_switch    

Notes