From 03807698e04e64263ce6a3c9c4a2bbcba2176002 Mon Sep 17 00:00:00 2001 From: NikhitaR-IFX Date: Mon, 12 Feb 2024 17:45:59 +0530 Subject: [PATCH] tests/psoc6/pwm: Added setup description. Signed-off-by: NikhitaR-IFX --- tests/psoc6/dut/pwm.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/psoc6/dut/pwm.py b/tests/psoc6/dut/pwm.py index a7e62cbd43ff3..3122333641aa0 100644 --- a/tests/psoc6/dut/pwm.py +++ b/tests/psoc6/dut/pwm.py @@ -1,4 +1,7 @@ # PWM test +""" +Setup: Connect pwm_pin to pin_in +""" from machine import PWM, Pin import os import time