mirror of
https://github.com/hybridgroup/gobot.git
synced 2025-04-27 13:48:56 +08:00
12 lines
254 B
Go
12 lines
254 B
Go
/*
|
|
Package i2c provides Gobot drivers for i2c devices.
|
|
|
|
Installing:
|
|
|
|
go get github.com/hybridgroup/gobot/platforms/i2c
|
|
|
|
For further information refer to i2c README:
|
|
https://github.com/hybridgroup/gobot/blob/master/platforms/i2c/README.md
|
|
*/
|
|
package i2c
|