lazarus-ccr/examples/bluetooth
mgaertner 3038dfc1da bluetooth: 0.2
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2731 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-04-20 00:15:12 +00:00
..
examples added bluetooth 2013-04-19 23:58:30 +00:00
bluetooth.pas added bluetooth 2013-04-19 23:58:30 +00:00
bluetoothlaz.lpk bluetooth: 0.2 2013-04-20 00:15:12 +00:00
bluetoothlaz.pas added bluetooth 2013-04-19 23:58:30 +00:00
create_zip.sh added bluetooth 2013-04-19 23:58:30 +00:00
README.txt added bluetooth 2013-04-19 23:58:30 +00:00
wiimotetools.pas bluetooth: fixed bluetooth compilation 2013-04-20 00:02:40 +00:00

The is the source directory of the bluetoothlaz package.
The package and examples are licensed under the modified LGPL. See the headers
of the the files.

At the moment it only supports linux.

Prerequisites:

For linux you need the BlueZ devel package.
Under ubuntu/debian it is called: libbluetooth-dev
For example:
  sudo apt-get install libbluetooth-dev

There is an example showing the access of a wii-remote.