21 #ifndef PLUGINS_GPIO_GPIOPORT_H_
22 #define PLUGINS_GPIO_GPIOPORT_H_
26 #include "olad/Port.h"
27 #include "plugins/gpio/GPIODevice.h"
28 #include "plugins/gpio/GPIODriver.h"
58 std::string Description()
const;
63 std::auto_ptr<GPIODriver> m_driver;
70 #endif // PLUGINS_GPIO_GPIOPORT_H_