Skip to content

Commit

Permalink
tests/psoc6/hw_ext/pin.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 2ee6162 commit e020301
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/psoc6/hw_ext/pin.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,6 @@ def blocking_delay_ms(delay_ms):
pin_out.low()

blocking_delay_ms(1000)

pin_in.deinit()
pin_out.deinit()

0 comments on commit e020301

Please sign in to comment.