pigpio-client icon indicating copy to clipboard operation
pigpio-client copied to clipboard

A nodejs client for pigpio socket interface.

Results 13 pigpio-client issues
Sort by recently updated
recently updated
newest added

- Handle array or string types - Remove coerce of data to string in write() and read() - Read always returns array.

I also noticed, that `button.notify` has massive delay. I had to wait like 20-30 seconds to get event change. I ended up checking pin manually, but maybe I am doing...

as previously mentioned. Is it possible to have lower timeout so connection is monitored as frequent as possible? Currently if it goes below 2, disconnect event and connect event are...

enhancement