You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,9 @@ Using this class you can Connect, Disconnect, Send String messages, Receive Stri
5
5
6
6
The library is compatible with android 4.0 (API 14) and newer.
7
7
8
-
For further information about this library and its usage you can read[this article](http://www.basicairdata.eu/projects/android/bluetooth-wireless-communication/).
8
+
Here in this repo (in the Arduino/BluetoothHelperExample folder) you can also find a very simple example (around 100 lines of code, including comments) that shows how to use it.<br>
9
+
You can find a complete implementation of this library in BasicAirData[Air Data Bridge](https://github.com/BasicAirData/AirDataBridge).<br>
10
+
For further information about this library and its usage you can read[this article](http://www.basicairdata.eu/projects/android/bluetooth-wireless-communication/).<br>