diff options
author | Daniel Campora <daniel@wipy.io> | 2015-09-07 21:19:11 +0200 |
---|---|---|
committer | Daniel Campora <daniel@wipy.io> | 2015-09-10 08:00:12 +0200 |
commit | 4d7fa05b43cb3db88a6ecacf8406d2636f202aba (patch) | |
tree | e9333fd94b157e2274cad16c53d2900216099a43 /tests/wipy/uart.py.exp | |
parent | 4054c4eadd13fa3aaacb96202cdfb1a666484b5c (diff) | |
download | micropython-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.exp | 8 |
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 |