lf Bug Fixes and lf demod additions

added data fskparadoxdemod
added data setdebugmode (for demods)
added data shiftgraphzero (to help clean weak reads)
fixed a few bugs with the data detectaskclock
added data fskfcdetect to detect FSK clocks
adjusted most of my demods to put raw tag binary to demod buffer for
future sim and clone commands (psk still needs work)
This commit is contained in:
marshmellow42 2015-01-20 17:28:51 -05:00
parent 53d85a8fa1
commit ec75f5c10a
7 changed files with 429 additions and 231 deletions

View file

@ -69,6 +69,8 @@ size_t getFromGraphBuf(uint8_t *buff)
}
return i;
}
// Get or auto-detect clock rate
int GetClock(const char *str, int peak, int verbose)
{