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