
#ifndef _actuator_h
#define _actuator_h

#include "RBPXPLRTERM_base.h"
#include "RBPXPLRTERM_config.h"

#include "loopScanner.h"

extern void initActuator();

extern void setRelay(bool newRelayState);

// end of actuator_h
#endif