Skip to content

Commit ebd10f1

Browse files
authored
Update board.I2C()
1 parent 026be6a commit ebd10f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/gps_simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# uart = serial.Serial("/dev/ttyUSB0", baudrate=9600, timeout=10)
1919

2020
# If using I2C, we'll create an I2C interface to talk to using default pins
21-
# i2c = board.I2C(board.SCL, board.SDA)
21+
# i2c = board.I2C()
2222

2323
# Create a GPS module instance.
2424
gps = adafruit_gps.GPS(uart, debug=False) # Use UART/pyserial

0 commit comments

Comments
 (0)