//-*-c++-*-
#ifndef INCLUDED_DanceBehavior_h_
#define INCLUDED_DanceBehavior_h_

#include "Behaviors/Leapers.h"

//! just a quick little demo behavior which lights up the LED with the same index number as the button which is pushed

#nodeclass DanceBehavior : StateNode : setup
#statemachine
   startnode: Speak($, "I want to dance")
   
   
#endstatemachine
#endnodeclass

#endif
