Created
June 16, 2017 17:09
-
-
Save jaxxzer/8717b3d30356920c496146c73c451fbd to your computer and use it in GitHub Desktop.
Change I2C clock rate on RPI3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add to /boot/config.txt (units Hz): | |
dtparam=i2c1_baudrate=50000 | |
Can go as low as 5khz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment