ADD: Visa2000 demod

This commit is contained in:
iceman1001 2016-12-14 23:23:53 +01:00
commit 5daad82660
2 changed files with 14 additions and 0 deletions

View file

@ -58,4 +58,5 @@ int VikingDemod_AM(uint8_t *dest, size_t *size);
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);
#endif