From 4382f2f65ae99889d02c98e003cf23612df45ece Mon Sep 17 00:00:00 2001 From: Markus Koch Date: Mon, 15 Jan 2018 17:33:55 +0100 Subject: [PATCH] Add documentation for the progress bar commands --- README.MD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.MD b/README.MD index bddcbd9..5674bd4 100644 --- a/README.MD +++ b/README.MD @@ -19,6 +19,8 @@ An AVR-CDC based firmware providing a serial terminal (```/dev/ttyACMx```) with * Set character RAM: ```C<0-15><2b character>``` * Reset LCD: ```r``` * Reset board: ```R``` +* Enable progress bar mode: ```xx``` +* Set progress bar: ```x<0-60> <0-60> / X<2b progress>``` Each command needs to be followed by a carriage return and / or a newline.