We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Aim: Read data from 4 slave devices using i2c communication on Linux.
Your contribution very helps full for me. So Thank You for your Contribution.
Issue: I am working with Linux base Board (BeagleBone Black) and 4 VL53L0X sensors as I2C Slave Devices. all 4 sensors have the same slave Address.
so I think Ik can be changed by this line: ioctl(file_i2c, I2C_SLAVE, NEW_ADDR1);
ioctl(file_i2c, I2C_SLAVE, NEW_ADDR1);
then I want to I2C communication with a specific slave address.
So how to begin the I2C communication with a specific device address.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Aim: Read data from 4 slave devices using i2c communication on Linux.
Your contribution very helps full for me. So Thank You for your Contribution.
Issue: I am working with Linux base Board (BeagleBone Black) and 4 VL53L0X sensors as I2C Slave Devices. all 4 sensors have the same slave Address.
so I think Ik can be changed by this line:
ioctl(file_i2c, I2C_SLAVE, NEW_ADDR1);
then I want to I2C communication with a specific slave address.
So how to begin the I2C communication with a specific device address.
The text was updated successfully, but these errors were encountered: