mirror of
https://github.com/hybridgroup/gobot.git
synced 2025-05-06 19:29:15 +08:00
12 lines
230 B
Go
12 lines
230 B
Go
/*
|
|
Package i2c provides Gobot drivers for i2c devices.
|
|
|
|
Installing:
|
|
|
|
go get gobot.io/x/gobot/platforms/i2c
|
|
|
|
For further information refer to i2c README:
|
|
https://gobot.io/x/gobot/blob/master/platforms/i2c/README.md
|
|
*/
|
|
package i2c
|