From 835e0ca397c727b99b43a6be7a00203490af614b Mon Sep 17 00:00:00 2001 From: Markus Koch Date: Sat, 13 Jan 2018 22:00:46 +0100 Subject: [PATCH] Use code formatting for commands in README --- README.MD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.MD b/README.MD index 6a0699a..773ed41 100644 --- a/README.MD +++ b/README.MD @@ -11,13 +11,13 @@ A USBASP based bootloader for the board. To enter it, push the button during pow ## Firmware An AVR-CDC based firmware providing a serial terminal (```/dev/ttyACMx```) with the following commands: -* Set text: t<12b ASCII> -* Set raw: T<12b RAW> -* Set brightness: b<0\15> / B -* Shift text: s... -* Set character RAM: C<0-15><2b character> -* Reset LCD: r -* Reset board: R +* Set text: ```t<12b ASCII>``` +* Set raw: ```T<12b RAW>``` +* Set brightness: ```b<0\15> / B``` +* Shift text: ```s...``` +* Set character RAM: ```C<0-15><2b character>``` +* Reset LCD: ```r``` +* Reset board: ```R``` Each command needs to be followed by a carriage return and / or a newline.