This commit is contained in:
Robin Müller 2021-02-23 13:27:02 +01:00 committed by Robin Mueller
parent c9a42e2d1e
commit ec70443056

View File

@ -60,7 +60,8 @@ public:
class GpiodRegular: public GpioBase {
public:
GpiodRegular(): GpioBase() {};
GpiodRegular(): GpioBase(gpio::GpioTypes::GPIOD_REGULAR, std::string(),
gpio::Direction::IN, 0) {};
GpiodRegular(std::string chipname_, int lineNum_, std::string consumer_,
gpio::Direction direction_, int initValue_):