1

I am working on a project where i moved from raspberry pi model B to B+.

So i need to change my audio driver to work on both models by doing some GPIO

changes .

The requirement is, i have to find the board using the i2c.

I dont know how to do that.

Can anyone suggest me how to do that?

optimus prime
  • 171
  • 1
  • 10

1 Answers1

0

If you send the command:

sudo i2cdetect -y 1

This will show you a 'map' of adresses to your connected i2c devices.