Newer
Older
#ifndef ROTARYENCODER_BEHAVIOUR_h
#define ROTARYENCODER_BEHAVIOUR_h
#include "Arduino.h"
#include "Behaviours.h"
/**
* [RotaryEncoderUpdated description]
* @param node [description]
* @param name [description]
*/
class RotaryEncoderUpdated : public Behaviour
{
/*
* Class that defines a behaviour that publishes a
* ButtonPressed message to the input topic of the
* MQQT broker
*/
VizBlocks* _node;
RotaryEncoderUpdated(VizBlocks* node, String name = "RotaryEncoderUpdated");