mirror of
https://github.com/hybridgroup/gobot.git
synced 2025-04-24 13:48:49 +08:00

* core(build): CLI removed * adjust install instructions in doc and README * fix master_test and remove useless/duplicated tests examples_test.go
12 lines
344 B
Go
12 lines
344 B
Go
/*
|
|
Package i2c provides Gobot drivers for i2c devices.
|
|
|
|
Installing:
|
|
|
|
Please refer to the main [README.md](https://github.com/hybridgroup/gobot/blob/release/README.md)
|
|
|
|
For further information refer to i2c README:
|
|
https://github.com/hybridgroup/gobot/blob/master/drivers/i2c/README.md
|
|
*/
|
|
package i2c // import "gobot.io/x/gobot/v2/drivers/i2c"
|