bindings: python: properly pass event clock settings
Python binding was ignoring event_clock line setting.
Thanks, can you send the patch to the linux-gpio mailing list using git send-email? This is just a mirror.
While at it: could you also add a relevant test-case?
ya, will do :) BTW, I am assuming that adding error checking for these would be good too?
Also, while I have your attention... :) Do you by any chance have a sense of the accuracy of hardware timestamping using CLOCK_REALTIME on a Raspberry Pi 5? I have two devices which clocks are sync'd within tens of nanoseconds using PTP (Precision Time Protocol), and the Raspberry Pi 5 seems to be behind by several milliseconds in "getting" a GPIO input interrupt
Nevermind, this might very well have to do with debouncing. I'm within a 100 µs between the two hosts now, so not bad (and hardly any jitter).
ya, will do :) BTW, I am assuming that adding error checking for these would be good too?
They don't return error values.
ya, will do :) BTW, I am assuming that adding error checking for these would be good too?
They don't return error values.
duh - of course!