diff options
| author | Damien George <damien.p.george@gmail.com> | 2015-05-28 11:06:12 +0100 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2015-05-28 11:06:12 +0100 |
| commit | 6d1ff7e9665c253b26fec0f7696107ff8446185c (patch) | |
| tree | 88f7508387f62f48ae2e5fa0f1582dc4676fdef9 /tests/pyb/i2c.py.exp | |
| parent | 17d9b5006dc8dc585de6c52abfb1a65487e0d16d (diff) | |
tests: Add tests to create valid and invalid UART, I2C, SPI, CAN busses.
Diffstat (limited to 'tests/pyb/i2c.py.exp')
| -rw-r--r-- | tests/pyb/i2c.py.exp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/pyb/i2c.py.exp b/tests/pyb/i2c.py.exp index c2b982f0f..709fb412d 100644 --- a/tests/pyb/i2c.py.exp +++ b/tests/pyb/i2c.py.exp @@ -1,3 +1,11 @@ +ValueError -1 +ValueError 0 +I2C 1 +I2C 2 +ValueError 3 +I2C X +I2C Y +ValueError Z [] [76] True |
