Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
micropython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
micropython
Commits
660f8613
Commit
660f8613
authored
Sep 18, 2015
by
Daniel Campora
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tests/wipy: Remove unneeded dependencies to pyb.Pin.
parent
06d93b36
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
4 deletions
+0
-4
tests/wipy/adc.py
tests/wipy/adc.py
+0
-1
tests/wipy/i2c.py
tests/wipy/i2c.py
+0
-1
tests/wipy/spi.py
tests/wipy/spi.py
+0
-2
No files found.
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
Markdown
is supported
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