Skip to content

Commit 1d628c3

Browse files
authored
Fixing board.I2C()
1 parent 157fd77 commit 1d628c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/gps_datalogging.py

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

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

5656
# Create a GPS module instance.
5757
gps = adafruit_gps.GPS(uart) # Use UART/pyserial

0 commit comments

Comments
 (0)