split io demod/pyramid demod to respective files

out of cmddata.c / data cmds
see changelog.md for cli changes as options have changed!
This commit is contained in:
marshmellow42 2017-03-22 17:16:43 -04:00
commit cf4640b973
7 changed files with 248 additions and 261 deletions

View file

@ -4,8 +4,8 @@
#ifndef CMDLFIO_H__
#define CMDLFIO_H__
int CmdLFIO(const char *Cmd);
int CmdIODemodFSK(const char *Cmd);
extern int CmdLFIO(const char *Cmd);
extern int CmdFSKdemodIO(const char *Cmd);
extern int CmdIOReadFSK(const char *Cmd);
#endif