@ -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
import pyb
@ -3,9 +3,7 @@ SPI test for the CC3200 based boards.
from pyb import SPI
if 'LaunchPad' in machine: