From a254d3164a212f5d18c14c9e545bb09eb6d34598 Mon Sep 17 00:00:00 2001 From: Brikwerk Date: Wed, 29 Jul 2020 13:12:12 -0700 Subject: [PATCH] Corrected bitfield explanation --- docs/Example Pairing Session.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/Example Pairing Session.md b/docs/Example Pairing Session.md index c4c1d3c..d0b31d1 100644 --- a/docs/Example Pairing Session.md +++ b/docs/Example Pairing Session.md @@ -1052,10 +1052,10 @@ The total bitfield width is 8 bits, to encompass the hex byte. | 0x03 | 0000 0011 | Keep player lights on, player 2 | | 0x07 | 0000 0111 | Keep player lights on, player 3 | | 0x0F | 0000 1111 | Keep player lights on, player 4 | -| 0x1F | 0001 1111 | Flash player lights, player 1 | -| 0x3F | 0011 1111 | Flash player lights, player 2 | -| 0x7F | 0111 1111 | Flash player lights, player 3 | -| 0xFF | 1111 1111 | Flash player lights, player 4 | +| 0x10 | 0001 0000 | Flash player lights, player 1 | +| 0x30 | 0011 0000 | Flash player lights, player 2 | +| 0x70 | 0111 0000 | Flash player lights, player 3 | +| 0xF0 | 1111 0000 | Flash player lights, player 4 | ``` ||| --- Switch Msg --- # Set Player Lights