Merged in f5soh/librepilot/LP-607_world_mag_model_2015v2 (pull request #526)
[librepilot.git] / flight / libraries / rscode / config.doc
blob77771893de495dcdcf4800015e16c95c0c89886e
1 The basic coding parameters are defined using
2 macros, and an executable can be made by compiling using macro
3 definitions defining the values of the following names in the file
4 "ecc.h":
6 The important compile time parameter is the number of parity bytes,
7 specified by the #define NPAR.
9 The library is shipped with 
11 #define NPAR 4
13 The error-correction routines are polynomial in the number of
14 parity bytes, so try to keep NPAR small for high performance.
16 Remember, the sum of the message length (in bytes) plus parity bytes
17 must be less than or equal to 255.