mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
tweaking felica timings to see if it gets better results
This commit is contained in:
parent
5025a18722
commit
4304372858
5 changed files with 141 additions and 46 deletions
|
@ -82,9 +82,12 @@
|
|||
#endif
|
||||
|
||||
size_t nbytes(size_t nbits);
|
||||
|
||||
uint8_t hex2int(char hexchar);
|
||||
|
||||
int hex2binarray(char *target, char *source);
|
||||
int hex2binarray_n(char *target, char *source, int sourcelen);
|
||||
int binarray2hex(const uint8_t *bs, int bs_len, uint8_t *hex);
|
||||
|
||||
void LED(int led, int ms);
|
||||
void LEDsoff(void);
|
||||
void SpinOff(uint32_t pause);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue