Update board.I2C()
This commit is contained in:
parent
026be6a6a0
commit
ebd10f1ad6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue