21#ifndef PLUGINS_GPIO_GPIODEVICE_H_
22#define PLUGINS_GPIO_GPIODEVICE_H_
28#include "olad/Device.h"
29#include "plugins/gpio/GPIODriver.h"
The GPIO Device.
Definition GPIODevice.h:38
GPIODevice(class GPIOPlugin *owner, const GPIODriver::Options &options)
Create a new GPIODevice.
Definition GPIODevice.cpp:33
std::string DeviceId() const
The device ID.
Definition GPIODevice.h:48
bool StartHook()
Called during Start().
Definition GPIODevice.cpp:39
A plugin that drives general purpose digital I/O lines.
Definition GPIOPlugin.h:35
The namespace containing all OLA symbols.
Definition Credentials.cpp:44
The Options.
Definition GPIODriver.h:43