Merge pull request #84 from sp5wwp/master

Added missing endianness info
pull/85/head
Wojciech Kaczmarski 2021-11-04 08:54:40 +01:00 zatwierdzone przez GitHub
commit 7579f95307
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -48,7 +48,7 @@ The bit-to-symbol mapping is shown in the table below.
The most significant bits are sent first, meaning that the byte 0xB4 (= 0b10'11'01'00)
in type 4 bits (see :ref:`bit_types`) would be sent as the symbols -1 -3 +3
+1.
+1. All data fields utilize big-endian order of bytes unless specified otherwise.
Preamble
--------