Skip to content

Commit

Permalink
appended prompt in 2arduino
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Oct 16, 2020
1 parent 74c3d52 commit b101534
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/nrf24l01_2arduino_handling_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,5 +153,8 @@ def slave(count=3):
nRF24L01 communicating with an Arduino running the\n\
TMRh20 library's "GettingStarted_HandlingData.ino" example.\n\
Run slave() to receive\n\
Run master() to transmit"""
Run master() to transmit\n\
radioNumber is {}. Change this variable to oppose the TMRh20\n\
example's radioNumber value.""".format(radioNumber)
)

0 comments on commit b101534

Please sign in to comment.