We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 682f54e commit adacae0Copy full SHA for adacae0
1 file changed
README.md
@@ -58,8 +58,8 @@ S is useful if you set the I2C address wrong, have multiple EEPROMs or have a T2
58
1. Follow the instruction:
59
2. Enter the start address for the write.
60
3. Enter the string to be written.
61
- - Escape numerical ASCII representations of characters by prefixing them with an '@'.
62
- - @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 @.
63
4. The device will print each character submitted to the device.
64
5. The device will print a human readable error message for each unsuccessful write.
65
- The device will retransmit (including reprint of) the character up to NUM_TRIES times.
0 commit comments