From 03ab5c2955e3bc862f4481d5bd8207bf5cfce6ed Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Mon, 29 Sep 2025 11:11:39 +0200 Subject: [PATCH] README.md: Update Supported API surface --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4121f28..d48ed15 100644 --- a/README.md +++ b/README.md @@ -29,12 +29,13 @@ GPIO.output(15, GPIO.HIGH) ### Supported API surface - GPIO.setmode(), GPIO.getmode(), GPIO.setwarnings(), GPIO.setup(), GPIO.output(), GPIO.input() -- GPIO.wait_for_edge(), GPIO.add_event_detect(), GPIO.event_detected(), GPIO.add_event_callback(), GPIO.remove_event_detect() -- GPIO.gpio_function(), GPIO.start(), GPIO.ChangeFrequency(), GPIO.ChangeDutyCycle(), GPIO.stop(), GPIO.cleanup() +- GPIO.wait_for_edge(), GPIO.add_event_detect(), GPIO.event_detected(), GPIO.add_event_callback() +- GPIO.remove_event_detect(), GPIO.gpio_function(), GPIO.PWM.start(), GPIO.PWM.ChangeFrequency() +- GPIO.PWM.ChangeDutyCycle(), GPIO.PWM.stop(), GPIO.PWM.cleanup() ### Supported versions -- Python: 3.8–3.12 +- Python: 3.10–3.14 and PyPy 3.11 ## Documentation