gobot.io/x/gobot@v1.16.0/drivers/i2c/doc.go (about)

     1  /*
     2  Package i2c provides Gobot drivers for i2c devices.
     3  
     4  Installing:
     5  
     6  	go get -d -u gobot.io/x/gobot
     7  
     8  For further information refer to i2c README:
     9  https://github.com/hybridgroup/gobot/blob/master/drivers/i2c/README.md
    10  */
    11  package i2c // import "gobot.io/x/gobot/drivers/i2c"