[Howto] set the speed of I²C-Bus from Raspberry Pi
to set the speed you have to load the module with the corresponding option for speed (e.g. for 32k Baudrate). list the actually loaded modules: lsmod unload the i2c-module: rmmod i2c_bcm2708 load the module with the speed-option: … Continued