We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6474230 commit 79c8738Copy full SHA for 79c8738
examples/seesaw_quadrotary.py
@@ -15,7 +15,7 @@
15
from adafruit_debug_i2c import DebugI2C
16
17
# 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)
+i2c = busio.I2C(board.SCL, board.SDA, frequency=50000)
19
# i2c = board.STEMMA_I2C() # For using the built-in STEMMA QT connector on a microcontroller
20
seesaw = adafruit_seesaw.seesaw.Seesaw(i2c, 0x49)
21
0 commit comments