How to Initialize Multiple TWI slave on same bus ? any example for the same then it is very useful for me because of i am beginner
How to Initialize Multiple TWI slave on same bus ? any example for the same then it is very useful for me because of i am beginner
Hello,
This is not a problem as long as you make sure that each bus slave have their own unique address. The TWI master uses these addresss when addressing the TWI slaves. Our TWI Sensor Example is a good starting point. Please refer to the driver documentation as well: TWI master.
Hello,
This is not a problem as long as you make sure that each bus slave have their own unique address. The TWI master uses these addresss when addressing the TWI slaves. Our TWI Sensor Example is a good starting point. Please refer to the driver documentation as well: TWI master.