Files
micropython/tests/multi_extmod/machine_i2c_target_memory.py.exp
Damien George 277b615f26 tests/multi_extmod: Add I2CTarget multi tests.
These require two boards wired together, SCL-SCL and SDA-SDA.

Signed-off-by: Damien George <damien@micropython.org>
2025-08-01 23:03:17 +10:00

17 lines
254 B
Plaintext

--- instance0 ---
controller iteration 0
b'0123'
controller iteration 1
b'0123'
done
--- instance1 ---
target iteration 0
IRQ_END_WRITE 2
bytearray(b'--0123--')
IRQ_END_READ 2
target iteration 1
IRQ_END_WRITE 3
bytearray(b'--00123-')
IRQ_END_READ 3
done