mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
renamed function and exported it
This commit is contained in:
parent
2837cfa64f
commit
4493114f4f
2 changed files with 27 additions and 25 deletions
|
@ -53,7 +53,8 @@ void T55xxWakeUp(uint32_t pwd, uint8_t flags, bool ledcontrol);
|
|||
void T55xx_ChkPwds(uint8_t flags, bool ledcontrol);
|
||||
void T55xxDangerousRawTest(uint8_t *data, bool ledcontrol);
|
||||
|
||||
void TurnReadLFOn(uint32_t delay);
|
||||
void turn_read_lf_on(uint32_t delay);
|
||||
void turn_read_lf_off(uint32_t delay);
|
||||
|
||||
void EM4xLogin(uint32_t pwd, bool ledcontrol);
|
||||
void EM4xBruteforce(uint32_t start_pwd, uint32_t n, bool ledcontrol);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue