MCPcopy Create free account
hub / github.com/WiringPi/WiringPi / wiringPiI2CWrite

Function wiringPiI2CWrite

wiringPi/wiringPiI2C.c:184–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182 */
183
184int wiringPiI2CWrite (int fd, int data)
185{
186 return i2c_smbus_access (fd, I2C_SMBUS_WRITE, data, I2C_SMBUS_BYTE, NULL) ;
187}
188
189
190/*

Callers 4

myAnalogReadFunction · 0.85
myAnalogReadFunction · 0.85
myPinModeFunction · 0.85
myDigitalWriteFunction · 0.85

Calls 1

i2c_smbus_accessFunction · 0.85

Tested by

no test coverage detected