Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/15/08 11:43
Read: times


 
#160949 - Surely a you connect multiple devices to a single bus
Responding to: ???'s previous message
The whole point of the i2c bus is for individually addressed devices. Those devices that are typically used in multiples, have a hardware or software method to assign different Slave addresses.

Even if you do have a duplicate address, you can usually use some form of hardware logic select.

Having said this, the usual way to implement a generic bit-bang is to write your primitives, and add an extra parameter to the high level function calls. These in turn will use the appropriate primitives.

David.

List of 3 messages in thread
TopicAuthorDate
function reuse on multiple ports            01/01/70 00:00      
   What do you want burn?            01/01/70 00:00      
   Surely a you connect multiple devices to a single bus            01/01/70 00:00      

Back to Subject List