X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=protocols%2Frcaprotocol.cpp;fp=protocols%2Frcaprotocol.cpp;h=593bb7f479e0858eae76ff05897117662764bcca;hb=afbbd0cd07a3f63c95969633bae56fcdd58c71b8;hp=32b833700da6d59eb81c9612b73fb1d35acebf39;hpb=6331b1b21bde2a80e6a0895d9cce865c8b558bc5;p=pierogi diff --git a/protocols/rcaprotocol.cpp b/protocols/rcaprotocol.cpp index 32b8337..593bb7f 100644 --- a/protocols/rcaprotocol.cpp +++ b/protocols/rcaprotocol.cpp @@ -10,7 +10,7 @@ extern QMutex commandIFMutex; // I've found no official data on the RCA protocol yet, but from available // notes and guesswork I'm using the following: -// A "zero" is encoded with a 500 usec pulse, 500 usec space. +// A "zero" is encoded with a 500 usec pulse, 1000 usec space. // A "one" is encoded with a 500 usec pulse, and 2000 usec space. // The header is a 4000 usec pulse, 4000 usec space. // Commands end with a trailing 500 usec pulse. @@ -28,7 +28,7 @@ RCAProtocol::RCAProtocol( unsigned int index) : SpaceProtocol( guiObject, index, - 500, 500, + 500, 1000, 500, 2000, 4000, 4000, 500,