Skip to content

Commit 4c5bed8

Browse files
author
Brandyn A. White
committed
Fixed bluetooth
Signed-off-by: Brandyn A. White <[email protected]>
1 parent 6acd0a9 commit 4c5bed8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bluetooth.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Bluetooth module: http://www.amazon.com/dp/B0093XAV4U
2121
Arduino code. Make sure to plug the RX from BT into TX of arduino which is pin 2 below.
2222

2323
.. code-block:: guess
24+
2425
#include <SoftwareSerial.h>
2526
SoftwareSerial mySerial(3, 2); // RX, TX
2627
void setup() {

0 commit comments

Comments
 (0)