Skip to content

add gpio_Wait function that releases GIL

This adds a function that blocks until a given GPIO pin reaches a certain value, and releases the GIL while waiting (so other Python threads can continue to run).

Merge request reports

Loading