ADD: started with a NEDAP demod, read, clone and sim functionality.

The encrypted part is not solveabled today.
This commit is contained in:
iceman1001 2016-05-02 13:42:06 +02:00
commit 56bbb25a41
7 changed files with 293 additions and 0 deletions

View file

@ -55,4 +55,5 @@ int ParadoxdemodFSK(uint8_t *dest, size_t *size, uint32_t *hi2, uint32_t *hi, ui
int PyramiddemodFSK(uint8_t *dest, size_t *size);
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);
#endif