diff --git a/examples/gps_simpletest.py b/examples/gps_simpletest.py index 72c9424..9c2e4dc 100644 --- a/examples/gps_simpletest.py +++ b/examples/gps_simpletest.py @@ -18,7 +18,7 @@ uart = busio.UART(board.TX, board.RX, baudrate=9600, timeout=10) # uart = serial.Serial("/dev/ttyUSB0", baudrate=9600, timeout=10) # If using I2C, we'll create an I2C interface to talk to using default pins -# i2c = board.I2C(board.SCL, board.SDA) +# i2c = board.I2C() # Create a GPS module instance. gps = adafruit_gps.GPS(uart, debug=False) # Use UART/pyserial