Where are the docs?`

I find docs for hardware related stuff, but not so much for the software libraries. Any reference on how to use I2C that someone can suggest me?

took a look at this, but does not help much:
https://gadgeteer.codeplex.com/wikipage?title=Socket%20Type%20I

I have a feeling i’m looking in the wrong place

Buckets of place to see how all this stuff works. To see how I2C works on Gadgeteer modules I usually start off here:

https://gadgeteer.codeplex.com/SourceControl/latest

or here

https://bitbucket.org/ghi_elect/gadgeteer/src/b6328ae81d4725827d487153eaac3e44ce202a8f/Modules/GHIElectronics/?at=master

and check out the source code for a similar module (ie a module with an I socket for I2C).

And you can use it directly without gadgeteer…

Go here for all documents then look for i2c please
https://www.ghielectronics.com/docs

reposting?

thanks!

Excellent example