Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
660f8613
Commit
660f8613
authored
Sep 18, 2015
by
Daniel Campora
Browse files
tests/wipy: Remove unneeded dependencies to pyb.Pin.
parent
06d93b36
Changes
3
Hide whitespace changes
Inline
Side-by-side
tests/wipy/adc.py
View file @
660f8613
...
...
@@ -3,7 +3,6 @@ ADC test for the CC3200 based boards.
'''
from
pyb
import
ADC
from
pyb
import
Pin
import
os
machine
=
os
.
uname
().
machine
...
...
tests/wipy/i2c.py
View file @
660f8613
...
...
@@ -4,7 +4,6 @@ A MPU-9150 sensor must be connected to the I2C bus.
'''
from
pyb
import
I2C
from
pyb
import
Pin
import
os
import
pyb
...
...
tests/wipy/spi.py
View file @
660f8613
...
...
@@ -3,9 +3,7 @@ SPI test for the CC3200 based boards.
'''
from
pyb
import
SPI
from
pyb
import
Pin
import
os
import
pyb
machine
=
os
.
uname
().
machine
if
'LaunchPad'
in
machine
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment