From cd3a96ac6008b8aa984b93a9787d2345eca993d1 Mon Sep 17 00:00:00 2001 From: Palak Jain <21954525+till-tomorrow@users.noreply.github.com> Date: Sat, 10 Feb 2018 21:49:50 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2f9bd4..d38069b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Android with Arduino - Bluetooth ================================ Arduino and Android classes to easily connect your mobile device with an Arduino board. -With the example bellow, we can send a message to Android using Arduino. +With the example below, we can send a message to Android using Arduino. Read more here: http://bytedebugger.wordpress.com/2014/06/27/tutorial-how-to-connect-an-android-device-with-arduino-and-bluetooth/ I had tested this lib with BC417 module, but I believe that this class works with major part of modules, because all of them use the same protocol. If you test other module, working or not, please, just start a new issue here to help me. If you have any problem, start an issue here too that I will try to help you.