Skip to content

Commit

Permalink
Merge pull request #15 from ocouch/patch-1
Browse files Browse the repository at this point in the history
Update bno08x_simpletest.py - I2C Clock Frequency setting
  • Loading branch information
ladyada authored Jan 23, 2021
2 parents f4e8dfd + c5a4b6e commit b96d250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/bno08x_simpletest.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
)
from adafruit_bno08x.i2c import BNO08X_I2C

i2c = busio.I2C(board.SCL, board.SDA, frequency=800000)
i2c = busio.I2C(board.SCL, board.SDA, frequency=400000)
bno = BNO08X_I2C(i2c)

bno.enable_feature(BNO_REPORT_ACCELEROMETER)
Expand Down

0 comments on commit b96d250

Please sign in to comment.