From 3833e47646f8ef2504a64cefc75d36fe79a3fbc4 Mon Sep 17 00:00:00 2001 From: workinghard Date: Sun, 24 May 2015 11:15:57 -0700 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 96f05e2..96f06de 100644 --- a/README.md +++ b/README.md @@ -46,9 +46,10 @@ There is no much logic on this side. For more details please check the [Rainbowd ### Implemented functions: The communication is only one way and without call backs to achive maximum frames per second. Every sent character or number is exactly one byte. So basically it's a byte stream with following format: -| Command | Format | Description | Examples | + +| Command | Format | Description | Examples | | --------------------- | ------------- | ----------- | -------- | -| Blink red/green/blue | b(r|g|b) | Blink for couple of seconds with specified color | br | +| Blink red/green/blue | b(r\|g\|b) | Blink for couple of seconds with specified color | br | | Clear frame | d | Turn all LEDs off | d | | Stream mode | s<64 bytes>n<64 bytes>S | Displays an unlimited number of frames in stream mode. Draws a frame as soon as 64 bytes (one frame) are received | s010001...n0100011...n000011100..S |