You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to make modifications to pigpiod_if2 interface and had success with it working on windows, can you check it out and extend the library
in pigpiod_if2.c i excluded/included following headers for windows version
How important is it for you to have native bindings to the socket interface? I use Windows machine to develop all my pigpio applications but use nodejs. Python and other languages are supported.
I tried to make modifications to pigpiod_if2 interface and had success with it working on windows, can you check it out and extend the library
in pigpiod_if2.c i excluded/included following headers for windows version
in function stop_thread pthread_join was giving me invalid parameter passed to c function so i excluded it, i am not sure about consequences...
in pigpio_stop function changed close function to closesocket
and
The text was updated successfully, but these errors were encountered: