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

@ -108,6 +108,7 @@ uint64_t Em410xDecode(uint8_t *BitStream, size_t *size, size_t *startIdx)
errChk = 0;
break;
}
//set uint64 with ID from BitStream
for (uint8_t ii=0; ii<4; ii++){
lo = (lo << 1LL) | (BitStream[(i*5)+ii+idx]);
}