Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
184
int 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
myAnalogRead
Function · 0.85
myAnalogRead
Function · 0.85
myPinMode
Function · 0.85
myDigitalWrite
Function · 0.85
Calls
1
i2c_smbus_access
Function · 0.85
Tested by
no test coverage detected