summaryrefslogtreecommitdiff
path: root/MessageSpecification.md
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2016-02-24 17:28:53 +0100
committerDaniel Friesel <derf@finalrewind.org>2016-02-24 17:28:53 +0100
commit6cc9c4fa5133e5b2e587735d2cd3cc9272fa7c8a (patch)
tree60635f12f9b730abfdd57cb6977a0b4e185f89ff /MessageSpecification.md
parent796805659b6478b6cafeaf743b1540050c3ccdce (diff)
Add END/EOT signal, only write number of animations at EOT
Diffstat (limited to 'MessageSpecification.md')
-rw-r--r--MessageSpecification.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/MessageSpecification.md b/MessageSpecification.md
index 32acb24..62ca1c6 100644
--- a/MessageSpecification.md
+++ b/MessageSpecification.md
@@ -11,6 +11,9 @@ A *`START`* signal which indicates the start of a transmission. It consists of t
##### PATTERN
A *`PATTERN`* signal which indicates that either the start of an animation or text pattern. It consists of two times the 8-bit binary pattern ( `10101001` respectively `0xA9`)
+##### END
+The *`END`* signal indicates End Of Transmission. It consists of two times the 8-bit binary pattern `10000100` respectively `0x84`.
+
##### HEADER
A generic *`HEADER`* which contains two byte of metadata to describe the data that follows. The two byte contain 12 bit of length information and 4 bit of data type information.