Commit 660f8613 authored by Daniel Campora's avatar Daniel Campora

tests/wipy: Remove unneeded dependencies to pyb.Pin.

parent 06d93b36
...@@ -3,7 +3,6 @@ ADC test for the CC3200 based boards. ...@@ -3,7 +3,6 @@ ADC test for the CC3200 based boards.
''' '''
from pyb import ADC from pyb import ADC
from pyb import Pin
import os import os
machine = os.uname().machine machine = os.uname().machine
......
...@@ -4,7 +4,6 @@ A MPU-9150 sensor must be connected to the I2C bus. ...@@ -4,7 +4,6 @@ A MPU-9150 sensor must be connected to the I2C bus.
''' '''
from pyb import I2C from pyb import I2C
from pyb import Pin
import os import os
import pyb import pyb
......
...@@ -3,9 +3,7 @@ SPI test for the CC3200 based boards. ...@@ -3,9 +3,7 @@ SPI test for the CC3200 based boards.
''' '''
from pyb import SPI from pyb import SPI
from pyb import Pin
import os import os
import pyb
machine = os.uname().machine machine = os.uname().machine
if 'LaunchPad' in machine: if 'LaunchPad' in machine:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment