Skip to content

Commit

Permalink
tests/psoc6/hw_ext/pwm.py: Refactor for REPL timing performance.
Browse files Browse the repository at this point in the history
Signed-off-by: enriquezgarc <enriquezgarcia.external@infineon.com>
  • Loading branch information
jaenrig-ifx committed Apr 16, 2024
1 parent 8ef7037 commit 7e8da47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/psoc6/hw_ext/pwm.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
elif "CY8CPROTO-063-BLE" in machine:
pwm_pin = "P12_6"
pin_in = "P12_7"
duty_tolerance = 15.0
duty_tolerance = 20.0

input_pin = Pin(pin_in, Pin.IN)

Expand Down

0 comments on commit 7e8da47

Please sign in to comment.