Skip to content

Commit 91fc9bf

Browse files
committed
attempt three to fix the markdown of the readme.
1 parent 6ba80ea commit 91fc9bf

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,16 @@ You will be asked for a command char:
5353
##Writing:
5454
- Follow the instruction:
5555
- Enter the start address for the write.
56-
- Enter the string to be written.
56+
- Enter the string to be written.
57+
5758
_Escape numerical ASCII representations of characters by prefixing them with an '@'._
5859
_@64 is the @ character itself, in case you want to write an actual @._
60+
5961
- The device will print each character submitted to the device.
6062
- The device will print a human readable error message for each unsuccessful write.
6163
- The device will retransmit (including reprint of) the character up to NUM_TRIES times.
62-
_<NUM_TRIES> is set to 10 by default in the code._
64+
65+
`NUM_TRIES` is set to 10 by default in the code.
6366

6467
__After ten failed tries the device:__
6568
- Will print an error message indication.
@@ -71,4 +74,5 @@ The same procedure as detailed in the section "Getting Started", see above.
7174

7275
##Polling:
7376
The same procedure as detailed in the section "Getting Started", see above.
77+
7478
This polling is not done as part of a change of address. Therefore, the device will give information on the polled devices, and return to the menu immediately afterwards.

0 commit comments

Comments
 (0)