monf a210e0cd46 [Refacto] #136 Ability to install neurons, stt, tts, trigger + update Doc 8 anos atrás
..
README.md a210e0cd46 [Refacto] #136 Ability to install neurons, stt, tts, trigger + update Doc 8 anos atrás
__init__.py 7683f70a3d Change the project structure to match the Python package standard. 8 anos atrás
kill_switch.py c6f0598d8e fix the import path for the new layout. ex: 'from kalliope.core…' unstead of 'from core' 8 anos atrás

README.md

kill_switch

Synopsis

This neuron exits the Kalliope process.

Installation

CORE NEURON : No installation needed.

Options

No parameters

Return Values

No returned values

Synapses example

Simple example :

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

Notes