program Test_i2c;

uses
  i2c;

var
  port_i2c: i2c_port;

begin
  port_i2c.Initialize($378);
end.
