1
0
Files
applications
bindings
components
examples
bluetooth
examples
README.txt
bluetooth.pas
bluetoothlaz.lpk
bluetoothlaz.pas
create_zip.sh
wiimotetools.pas
germesorders
noise
process
serial_filesend
image_sources
lclbindings
wst

21 lines
331 B
ObjectPascal
Raw Permalink Normal View History

{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
}
unit bluetoothlaz;
interface
uses
Bluetooth, WiiMoteTools, LazarusPackageIntf;
implementation
procedure Register;
begin
end;
initialization
RegisterPackage('bluetoothlaz', @Register);
end.