ADD: a Noralsy detection, looking for preamble 0xBB0

This commit is contained in:
iceman1001 2016-12-15 15:50:12 +01:00
commit 207fc33a42
2 changed files with 13 additions and 1 deletions

View file

@ -59,4 +59,5 @@ int PrescoDemod(uint8_t *dest, size_t *size);
int NedapDemod(uint8_t *dest, size_t *size);
int JablotronDemod(uint8_t *dest, size_t *size);
int Visa2kDemod_AM(uint8_t *dest, size_t *size);
int NoralsyDemod_AM(uint8_t *dest, size_t *size);
#endif