mirror of
https://github.com/micropython/micropython.git
synced 2025-09-09 19:30:53 +02:00
These require two boards wired together, SCL-SCL and SDA-SDA. Signed-off-by: Damien George <damien@micropython.org>
16 lines
254 B
Plaintext
16 lines
254 B
Plaintext
--- instance0 ---
|
|
controller iteration 0
|
|
b'0123'
|
|
controller iteration 1
|
|
b'0123'
|
|
done
|
|
--- instance1 ---
|
|
target iteration 0
|
|
IRQ_ADDR_MATCH_WRITE
|
|
bytearray(b'--0123--')
|
|
IRQ_ADDR_MATCH_WRITE
|
|
IRQ_ADDR_MATCH_READ
|
|
target iteration 1
|
|
bytearray(b'--0123--')
|
|
done
|