FIX: a minor bug fix from @marshmellow42 in "data raw" and ask/biphase.

ADD: started witha  ISO11784/85 demod function.
This commit is contained in:
iceman1001 2015-06-03 21:12:24 +02:00
commit 615f21dde2
4 changed files with 43 additions and 3 deletions

View file

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