Introduction - If you have any usage issues, please Google them yourself
This code implements the control of the i2c bus with a MC68000 type interface. It is modeled from the M-bus component in certain Motorola uC. The I2C control is done in the component i2c_control and the uC interface is implemented in the component uC_interface. This file does not contain any logic descriptions, it simply instantiates the two components and hooks them together.