I know that the Uno is limited to running at the Standard speed of 100K (and have heard some discussion of cranking it up to 400K). I am hoping that the Due can support higher speeds because of it's much faster clock speed, but have found no indication that this would be the case. Anyone know for sure?
Thanks,
--Norm
Yes, the Due can handle 400KHz I2C.
You can change the default 100K by editing Wire.h, located in ...\arduino-1.5.4-r2-windows\arduino-1.5.4\hardware\arduino\sam\libraries\Wire
// TWI clock frequency
static const uint32_t TWI_CLOCK = 100000;