summaryrefslogtreecommitdiffstatshomepage
path: root/tests/wipy/uart.py.exp
diff options
context:
space:
mode:
authorDaniel Campora <daniel@wipy.io>2015-09-07 21:19:11 +0200
committerDaniel Campora <daniel@wipy.io>2015-09-10 08:00:12 +0200
commit4d7fa05b43cb3db88a6ecacf8406d2636f202aba (patch)
treee9333fd94b157e2274cad16c53d2900216099a43 /tests/wipy/uart.py.exp
parent4054c4eadd13fa3aaacb96202cdfb1a666484b5c (diff)
downloadmicropython-4d7fa05b43cb3db88a6ecacf8406d2636f202aba.tar.gz
micropython-4d7fa05b43cb3db88a6ecacf8406d2636f202aba.zip
cc3200: Improve Pin and UART implementation.
Deassign pins af before assigning. Make uart.any() return the correct value everytime, this requires interrupts to be always enabled.
Diffstat (limited to 'tests/wipy/uart.py.exp')
-rw-r--r--tests/wipy/uart.py.exp8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/wipy/uart.py.exp b/tests/wipy/uart.py.exp
index a5c6da1e8f..7234b35190 100644
--- a/tests/wipy/uart.py.exp
+++ b/tests/wipy/uart.py.exp
@@ -28,7 +28,15 @@ 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
+Exception
+Exception
+Exception
+Exception