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