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

@ -51,7 +51,6 @@ uint64_t getVikingBits(uint32_t id) {
return ((uint64_t)0xF2 << 56) | ((uint64_t)id << 8) | checksum;
}
//could be moved to a viking file
//by marshmellow
//see ASKDemod for what args are accepted
int CmdVikingDemod(const char *Cmd) {