Jasem Mutlaq
Jasem Mutlaq
Would this work *across* distro? Many users are already suffering from being unable to access their USB devices due to all the restrictions and we don't want to make the...
On which OS is this? I can build this fine in GIT without any errors.
@pawel-soja Thank you. Go ahead with the MOC PR, I take this for granted in KStars I forgot about it here!
Thank you. I think this driver needs to be broken down to two drivers: * A Relay-only driver * A Roll Off Roof driver The relay driver would be based...
My current plan is this: * INDI::OutputInterface: This is for digital outputs (On/Off) like Relays and GPIOs. * INDI::InputInterface: This is for digital/analog inputs like GPIOs and some observatory controllers...
@aknotwot The INDI::InputInterface and INDI::OutputInterface are now ready to be used. I added [Waveshare modbus](https://github.com/indilib/indi/blob/master/drivers/auxiliary/waveshare_modbus_relay.h) driver that uses the Output interface, and INDI [GPIO](https://github.com/indilib/indi-3rdparty/tree/master/indi-gpio) driver that uses both Input and...
@aknotwot Let me know if you require any additional help to integrate this driver.
@aknotwot Any updates on this driver? We're getting close to INDI 2.1.0 release.
Did you take a look at the INDI [GPIO](https://github.com/indilib/indi-3rdparty/tree/master/indi-gpio) driver? This is a good example on how to implement both Input and Output interfaces. Please let me know if you...
@aknotwot Great! A couple of users are waiting for this driver! Let me know if you need any help.