added bluetooth

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2729 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
mgaertner
2013-04-19 23:58:30 +00:00
parent 9ed4d20684
commit c4ee9e297f
25 changed files with 60037 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
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.