tests/wipy: Remove unneeded dependencies to pyb.Pin.
This commit is contained in:
parent
06d93b36f9
commit
660f8613fd
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user