next step (half duplex simulation): all commands seem to work

This commit is contained in:
tharexde 2021-01-07 01:22:46 +01:00
commit 12071080a6
4 changed files with 212 additions and 59 deletions

View file

@ -19,7 +19,7 @@ void em4x50_writepwd(em4x50_data_t *etd);
void em4x50_read(em4x50_data_t *etd);
void em4x50_brute(em4x50_data_t *etd);
void em4x50_login(uint32_t *password);
void em4x50_sim(void);
void em4x50_sim(uint32_t *password);
void em4x50_reader(void);
void em4x50_chk(uint8_t *filename);
void em4x50_test(em4x50_test_t *ett);