Skip to content

Commit

Permalink
Corrected example in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed May 2, 2015
1 parent 2543b2d commit 9be5833
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ Initialization:

Sending Data:

buffer = ['H','E','L','L','O']
status = radio.write(buffer)
status = radio.write("HELLO")


Receiving Data:
Expand Down

0 comments on commit 9be5833

Please sign in to comment.