//-*-c++-*-
#ifndef INCLUDED_TestBehavior_h_
#define INCLUDED_TestBehavior_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 TestBehavior : LeapMachine : setup
#statemachine
   startnode: StateNode =T(5000)=> NodYes($, 20)
#endstatemachine
#endnodeclass

#endif
