3#include "Things/TouchSensor.h"
5namespace RoboidControl {
17 virtual void Update(
unsigned long currentTimeMs,
18 bool recursive =
false)
override;
22 unsigned char pin = 0;
A participant is a device which manages things. It can communicate with other participant to synchron...
Definition Participant.h:14
A sensor which can detect touches.
Definition TouchSensor.h:8