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.