mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
update ex4x05 timing, @mwalker (@marshmellow42, 1ebf9f2560
)
This commit is contained in:
parent
cf47e50267
commit
8ef3f34384
1 changed files with 2 additions and 2 deletions
|
@ -2399,13 +2399,13 @@ void SendForward(uint8_t fwd_bit_count) {
|
|||
TurnReadLF_off(EM_START_GAP);
|
||||
TurnReadLFOn(18 * 8);
|
||||
|
||||
// now start writting with bitbanging the antenna.
|
||||
// now start writting with bitbanging the antenna. (each bit should be 32*8 total length)
|
||||
while (fwd_bit_sz-- > 0) { //prepare next bit modulation
|
||||
if (((*fwd_write_ptr++) & 1) == 1) {
|
||||
WaitUS(32 * 8);
|
||||
} else {
|
||||
TurnReadLF_off(23 * 8);
|
||||
TurnReadLFOn(18 * 8);
|
||||
TurnReadLFOn(32-23 * 8);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue