Skip to content

Commit 79c8738

Browse files
committed
fix two complaints
1 parent 6474230 commit 79c8738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/seesaw_quadrotary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from adafruit_debug_i2c import DebugI2C
1616

1717
# For boards/chips that don't handle clock-stretching well, try running I2C at 50KHz
18-
# i2c = busio.I2C(board.SCL, board.SDA, frequency=50000)
18+
i2c = busio.I2C(board.SCL, board.SDA, frequency=50000)
1919
# i2c = board.STEMMA_I2C() # For using the built-in STEMMA QT connector on a microcontroller
2020
seesaw = adafruit_seesaw.seesaw.Seesaw(i2c, 0x49)
2121

0 commit comments

Comments
 (0)