diff --git a/_p_s5_b_t_8h_source.html b/_p_s5_b_t_8h_source.html
index 659e11f6..4895a899 100644
--- a/_p_s5_b_t_8h_source.html
+++ b/_p_s5_b_t_8h_source.html
@@ -202,67 +202,65 @@ $(function() {
- 171 buf[0x02] = (output_sequence_counter << 4) | 0x0;
- 172 if(++output_sequence_counter == 15)
- 173 output_sequence_counter = 0;
-
-
- 176 buf[0x01 + 3] = 0xFF;
-
-
-
-
+ 171 buf[0x02] = (output_sequence_counter++ << 4) | 0x0;
+
+
+ 174 buf[0x01 + 3] = 0xFF;
+
+
+
+
+
+
-
+
-
+
-
-
-
-
-
-
-
-
-
-
-
- 197 buf[0x27 + 3] = 0x03;
-
-
-
-
-
- 203 buf[0x2D + 3] = output->
r;
- 204 buf[0x2E + 3] = output->
g;
- 205 buf[0x2F + 3] = output->
b;
-
- 207 uint32_t crc = ~crc32(0xFFFFFFFF, buf,
sizeof(buf) - 4 );
- 208 buf[75] = crc & 0xFF;
- 209 buf[76] = (crc >> 8) & 0xFF;
- 210 buf[77] = (crc >> 16);
- 211 buf[78] = (crc >> 24);
+
+
+
+
+
+
+
+
+
+ 195 buf[0x27 + 3] = 0x03;
+
+
+
+
+
+ 201 buf[0x2D + 3] = output->
r;
+ 202 buf[0x2E + 3] = output->
g;
+ 203 buf[0x2F + 3] = output->
b;
+
+ 205 uint32_t crc = ~crc32(0xFFFFFFFF, buf,
sizeof(buf) - 4 );
+ 206 buf[75] = crc & 0xFF;
+ 207 buf[76] = (crc >> 8) & 0xFF;
+ 208 buf[77] = (crc >> 16);
+ 209 buf[78] = (crc >> 24);
+
+
-
-
-
-
-
-
- 221 void enable_sixaxis() {
-
-
-
-
-
-
-
-
-
- 231 uint8_t output_sequence_counter;
-
-
+
+
+
+
+ 219 void enable_sixaxis() {
+
+
+
+
+
+
+
+
+
+ 229 uint8_t output_sequence_counter;
+
+
virtual void sendOutputReport(PS5Output *output)