Revert "Revert "lf simask, lf simfsk and bug fixes""

This reverts commit e396001c47.
This commit is contained in:
marshmellow42 2015-02-19 21:35:34 -05:00
commit abd6112fc4
13 changed files with 451 additions and 50 deletions

View file

@ -20,6 +20,7 @@ int GetAskClock(const char str[], bool printAns, bool verbose);
int GetPskClock(const char str[], bool printAns, bool verbose);
uint8_t GetNrzClock(const char str[], bool printAns, bool verbose);
uint8_t GetFskClock(const char str[], bool printAns, bool verbose);
uint8_t fskClocks(uint8_t *fc1, uint8_t *fc2, uint8_t *rf1, bool verbose);
void setGraphBuf(uint8_t *buff, size_t size);
bool HasGraphData();