Add Viking demod,

fix compiler warning for int vs uint8_t for em410x sim clock variable
This commit is contained in:
marshmellow42 2015-11-09 23:09:26 -05:00
commit 415274a7c3
7 changed files with 58 additions and 3 deletions

View file

@ -50,5 +50,6 @@ int IOdemodFSK(uint8_t *dest, size_t size);
int indala26decode(uint8_t *bitStream, size_t *size, uint8_t *invert);
int ParadoxdemodFSK(uint8_t *dest, size_t *size, uint32_t *hi2, uint32_t *hi, uint32_t *lo);
int PyramiddemodFSK(uint8_t *dest, size_t *size);
int VikingDemod_AM(uint8_t *dest, size_t *size);
#endif