VizBlocks
PotentiometerBehaviours.hpp
Go to the documentation of this file.
1 #ifndef POTENTIOMETER_BEHAVIOUR_h
2 #define POTENTIOMETER_BEHAVIOUR_h
3 #include "Arduino.h"
4 #include "Behaviours.h"
5 #include <VizBlocks.h>
6 
13 {
19  VizBlocks* _node;
20 
21 public:
22  PotentiometerUpdated(VizBlocks* node, String name = "PotentiometerUpdated") :
23  Behaviour(name), _node(node)
24  { }
28  char* args();
32  String start(String args);
33 };
34 
35 #endif
Behaviour::name
virtual String name()
Behaviour
Definition: Behaviours.hpp:9
PotentiometerUpdated::args
char * args()
What does this do?
PotentiometerUpdated
Definition: PotentiometerBehaviours.hpp:13
PotentiometerUpdated::PotentiometerUpdated
PotentiometerUpdated(VizBlocks *node, String name="PotentiometerUpdated")
Definition: PotentiometerBehaviours.hpp:22
VizBlocks
Definition: VizBlocks.hpp:18
PotentiometerUpdated::start
String start(String args)
What does this do?
_node
ButtonPressed * _node