Skip to content

Commit

Permalink
Slight change to the markdown of the readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghostbird committed Apr 18, 2014
1 parent adacae0 commit 3f1a7fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ S is useful if you set the I2C address wrong, have multiple EEPROMs or have a T2
1. Follow the instruction:
2. Enter the start address for the write.
3. Enter the string to be written.
- Escape numerical ASCII representations of characters by prefixing them with an `@`.
- `@64` is the @ character itself, in case you want to write an actual @.
- Escape numerical ASCII representations of characters by prefixing them with an @.
- @64 is the @ character itself, in case you want to write an actual @.
4. The device will print each character submitted to the device.
5. The device will print a human readable error message for each unsuccessful write.
- The device will retransmit (including reprint of) the character up to NUM_TRIES times.
Expand Down

0 comments on commit 3f1a7fa

Please sign in to comment.