summaryrefslogtreecommitdiff
path: root/tests/extmod_hardware/machine_i2c_target.py
AgeCommit message (Collapse)Author
10 daystests/extmod_hardware: Add self unittest for I2CTarget.Damien George
This test uses a SoftI2C controller wired to an I2CTarget on the one board, and tests all functionality of the I2CTarget class. Signed-off-by: Damien George <damien@micropython.org>