From abc1700eee53bd6dfd3e1d70736256bb02c0a115 Mon Sep 17 00:00:00 2001 From: cbdev Date: Tue, 11 Jul 2017 16:00:57 +0200 Subject: Implement ArtNet wide (16bit) channel support (Fixes #4) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index a16644d..6892df8 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,13 @@ Example mapping: net1.231 < net2.123 ``` +A 16-bit channel (spannin anyg two normal channels in the same universe) may be mapped with the syntax +``` +net1.1+2 > net2.5+123 +``` + +A normal channel that is part of a wide channel can not be mapped individually. + #### Known bugs / problems Currently, no keep-alive frames are sent and the minimum inter-frame-time is disregarded. -- cgit v1.2.3