K 10 svn:author V 6 adrian K 8 svn:date V 27 2011-12-20T02:49:01.695338Z K 7 svn:log V 375 IIC bitbang changes - prepare to make the bit delay configurable; debug print changes. * Right now the delay is hard coded at 10uS. This is a bit long when doing lots of periodic i2c transactions. So create a 'udelay' parameter and initialise it to 10. This can be tuned later. * Add a newline after a transaction finishes, so the debugging output isn't so horrible. END