summaryrefslogtreecommitdiffstatshomepage
path: root/tests/wipy/uart.py.exp
diff options
context:
space:
mode:
authorDaniel Campora <daniel@wipy.io>2015-09-07 10:14:27 +0200
committerDaniel Campora <daniel@wipy.io>2015-09-10 07:59:59 +0200
commitf8b98d832962f89ac860834c65d194ed606119ec (patch)
treed86caea99592ffb95eaa4798c49955e069ea4e31 /tests/wipy/uart.py.exp
parent88ca6c94d9edab49eb3d7f4a006444800d8c1e6f (diff)
downloadmicropython-f8b98d832962f89ac860834c65d194ed606119ec.tar.gz
micropython-f8b98d832962f89ac860834c65d194ed606119ec.zip
tests/wipy: Improve UART tests with no pin assignment case.
Diffstat (limited to 'tests/wipy/uart.py.exp')
-rw-r--r--tests/wipy/uart.py.exp6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/wipy/uart.py.exp b/tests/wipy/uart.py.exp
index ad80a3513a..a5c6da1e8f 100644
--- a/tests/wipy/uart.py.exp
+++ b/tests/wipy/uart.py.exp
@@ -24,5 +24,11 @@ True
True
True
True
+True
+True
+True
+True
+Pin('GP12', mode=Pin.IN, pull=Pin.PULL_NONE, drive=Pin.MED_POWER, alt=-1)
+Pin('GP13', mode=Pin.IN, pull=Pin.PULL_NONE, drive=Pin.MED_POWER, alt=-1)
Exception
Exception