ActiveTutorial
ActiveTutorial
For this script: import gpiod chipname = "gpiochip0" line_offset_16 = 16 line_offset_26 = 26 chip = gpiod.Chip(chipname) line_16 = chip.get_line(line_offset_16) line_26 = chip.get_line(line_offset_26) try: events = line_26.request(consumer="test_continuity", type=gpiod.LINE_REQ_EV_BOTH_EDGES) line_16.set_value(1) time.sleep(0.1)...
### Official FAQ - [X] I have checked the official FAQ. ### Ventoy Version 1.0.99 ### What about latest release Yes. I have tried the latest release, but the bug...