diff options
author | Daniel Campora <daniel@wipy.io> | 2015-09-08 15:19:24 +0200 |
---|---|---|
committer | Daniel Campora <daniel@wipy.io> | 2015-09-10 08:00:35 +0200 |
commit | 4cc0cd6cab18f9616021e7fda2824a766951817f (patch) | |
tree | b4532e33fb4b6c535217f73d0a89814975c69c13 /tests/wipy/uart.py.exp | |
parent | d936317143994a57b33f590f38bf28d81011ec0b (diff) | |
download | micropython-4cc0cd6cab18f9616021e7fda2824a766951817f.tar.gz micropython-4cc0cd6cab18f9616021e7fda2824a766951817f.zip |
tests/wipy: Additional tests for when the UART is un-initialized.
Diffstat (limited to 'tests/wipy/uart.py.exp')
-rw-r--r-- | tests/wipy/uart.py.exp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/wipy/uart.py.exp b/tests/wipy/uart.py.exp index 7234b35190..8e7da99f63 100644 --- a/tests/wipy/uart.py.exp +++ b/tests/wipy/uart.py.exp @@ -40,3 +40,7 @@ Exception Exception Exception Exception +UART(0) +UART(0, baudrate=115200, bits=8, parity=None, stop=1) +UART(1) +UART(1, baudrate=115200, bits=8, parity=None, stop=1) |