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.
2 parents 3e7da18 + 1360b4e commit 5c6b88eCopy full SHA for 5c6b88e
content/documentation/io-examples/i2c/_index.md
@@ -43,6 +43,13 @@ i2c-11 i2c 107d508200.i2c I2C adapter
43
i2c-12 i2c 107d508280.i2c I2C adapter
44
```
45
46
+If you are not seeinging i2c-1, then you might have missed a few steps in [The First Boot](../../../prepare/first-boot.md).
47
+The specific line needed to enable i2c is:
48
+```shell
49
+root@rp5:~# raspi-config nonint do_i2c 0
50
+```
51
+
52
53
Command line tool to immediately scan the standard addresses on I2C bus 1 (i2c-1)
54
55
root@rp5:~# i2cdetect -y 1
0 commit comments