source: PinConnection/PinConnection.pas

Last change on this file was 440, checked in by chronos, 12 years ago
  • Fixed: Thread safe access to serial port pin interface using lock.
File size: 632 bytes
Line 
1{ This file was automatically created by Lazarus. Do not edit!
2 This source is only used to compile and install the package.
3 }
4
5unit PinConnection;
6
7interface
8
9uses
10 USerialPort, UPacketBurst, UCommFrame, UCommHub, UCommPin, UCommSerialPort,
11 UCommThread, UCommConcentrator, UCommDelay, UCommTCPClient, UCommTCPServer,
12 UCommTelnet, UCommTelnetComPortOption, UCommMark, UPinConnection,
13 UCommConnector, LazarusPackageIntf;
14
15implementation
16
17procedure Register;
18begin
19 RegisterUnit('UPinConnection', @UPinConnection.Register);
20end;
21
22initialization
23 RegisterPackage('PinConnection', @Register);
24end.
Note: See TracBrowser for help on using the repository browser.