kopia lustrzana https://github.com/alpov/SatCam
14 wiersze
175 B
Plaintext
14 wiersze
175 B
Plaintext
![]() |
program i2c_ctrl;
|
||
|
|
||
|
uses
|
||
|
Forms,
|
||
|
Unit1 in 'Unit1.pas' {Form1};
|
||
|
|
||
|
{$R *.res}
|
||
|
|
||
|
begin
|
||
|
Application.Initialize;
|
||
|
Application.CreateForm(TForm1, Form1);
|
||
|
Application.Run;
|
||
|
end.
|