Raspberry I2C Setup: Difference between revisions

Jump to navigation Jump to search
→‎I2C buses control: Added install instructions in case i2cdetect command not found
m (Updating Side bar - now Side bar is a self page)
(→‎I2C buses control: Added install instructions in case i2cdetect command not found)
Line 169: Line 169:


'''This probably mean, that you didn't activate I2C support on your Raspberry.'''
'''This probably mean, that you didn't activate I2C support on your Raspberry.'''
If the i2cdetect command can not be found, you can install it the following way:
<syntaxhighlight lang="shell-session">
fgint@raspberrypi:~ $ sudo apt-get install i2c-tools
</syntaxhighlight>


== Example ==
== Example ==
104

edits

Navigation menu