Skip to content

Commit 1c5d95b

Browse files
committed
simplify i2c call
1 parent 3da3957 commit 1c5d95b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AIO_Environmental_Monitor/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
altitude_feed = aio.create_feed(Feed(name='altitude'))
5454

5555
# Create busio I2C
56-
i2c = busio.I2C(board.SCL, board.SDA, frequency=100000)
56+
i2c = busio.I2C(board.SCL, board.SDA)
5757
# Create VEML6070 object.
5858
uv = adafruit_veml6070.VEML6070(i2c)
5959
# Create BME280 object.

0 commit comments

Comments
 (0)