Panda: Multiple I2C channels possible? / How to drive multiple I2C devices from single Panda?

I have one I2C device working fine.

Is it possible to drive multiple devices from a single I2C channel? (I suspect not)

Is it possible to define GPIO pines to do I2C communication?

Thanks!

Never mind! Discussed in other thread

http://code.tinyclr.com/project/297/software-i2c-driver/

One I2C bus is shared by multiple devices by design. It is possible by design.

One I2C bus is shared by multiple devices by design. It is possible by design.

Ohhh, it is a bus!

OK, I will deal with that when I get to it!

also mentioned on in the wiki as per my other posts on this today