From 3f1a7fae3c0ff1876d76b52baf9483db674d245e Mon Sep 17 00:00:00 2001 From: Ghostbird Date: Fri, 18 Apr 2014 23:32:22 +0200 Subject: [PATCH] Slight change to the markdown of the readme. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 445f2fd..43a306c 100644 --- a/README.md +++ b/README.md @@ -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.