mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
ADD: Visa2000 demod
This commit is contained in:
parent
eb911aa8d6
commit
5daad82660
2 changed files with 14 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue