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

This commit is contained in:
Daniel Campora 2015-09-18 13:05:56 +02:00
parent 06d93b36f9
commit 660f8613fd
3 changed files with 0 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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: