Skip to content

Commit

Permalink
bluetooth new methods
Browse files Browse the repository at this point in the history
  • Loading branch information
aron-bordin committed Apr 21, 2015
1 parent f37e9f5 commit bb0131c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/bluetooth.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Full example - Chat
blue->setPIN(6666);
blue->setMessageEnd('#');
blue->setupBluetooth(); //apply this changes to the module. You need to run it only in the first time
blue->begin(); //start the bluetooth serial
blue->begin(); //start the bluetooth serial
}
void loop(){
Expand Down

0 comments on commit bb0131c

Please sign in to comment.