Split data askgproxiidemod to own file

added lf gproxii read (from antenna)
fixed a few copy paste issues in the comments of some lf files
This commit is contained in:
marshmellow42 2017-03-25 15:51:31 -04:00
commit 946a84c35b
13 changed files with 138 additions and 75 deletions

View file

@ -23,7 +23,6 @@ int CmdData(const char *Cmd);
void printDemodBuff(void);
void setDemodBuf(uint8_t *buff, size_t size, size_t startIdx);
int CmdPrintDemodBuff(const char *Cmd);
int CmdG_Prox_II_Demod(const char *Cmd);
int Cmdaskrawdemod(const char *Cmd);
int Cmdaskmandemod(const char *Cmd);
int AutoCorrelate(int window, bool SaveGrph, bool verbose);