Sparkfun RTC I2C and pin addressing

A bound hardware feature in the arduino i guess?

You can blame Atmel for this, the ATmega328 chip used by most Arduinos has certain function hard wired to certain pins, most notably SPI, I2C, UART, Timers and ADC.

This is normal for microcontrollers.

expanding the bus to more than one component or using other I2C components.

??


Rob