Hi Gus (and others)
I am starting to sketch up the requirements of my application and I have a couple of questions on the FEZ Mini.
Is it possible to address 2 or more I2C Slave devices. If so how could one lock the bus so that only one routine has access to it at a time. Failing locking I could use a global flag and set/reset it each time I need to access the I2C.
With the SD card capabilities - can I open up multiple files at one time - I would not be loading them into memory but using SEEK and READ to get a small block of bytes from a file.