// +build linux,cgo package i2c // #include import "C" // Get I2C_SLAVE constant value from // Linux OS I2C declaration file. const ( I2C_SLAVE = C.I2C_SLAVE )