Skip to content

Commit

Permalink
tests/psoc6/dut/i2c.py: Added 063-BLE board support.
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 Feb 5, 2024
1 parent b5156a5 commit dd345bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/psoc6/dut/i2c.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
elif "CY8CPROTO-063-BLE" in machine:
scl_master_pin = "P6_4"
sda_master_pin = "P6_5"
scl_master_soft_pin = "P5_2"
sda_master_soft_pin = "P5_3"
scl_slave_pin = "P10_0"
sda_slave_pin = "P10_1"

# Test hardware setup
##############################################
Expand Down

0 comments on commit dd345bb

Please sign in to comment.