I am trying to talk to an AVR over I2C.
I have programmed the AVR and it shows up on the I2C bus using i2cdetect. It seems like it is working. I'd now like to try to communicate using I2C with Python. All the tutorials for this say to install the python-smbus package. Unfortunately this package doesn't seem to be available in the repository for either Fedora ARM Respin, or the new Pidora.
Is there a Fedora-specific tutorial anywhere for I2C through Python? I've been Googling for the entire bank holiday weekend and simply can't get it working.
Thanks!