4x50 standalone mode

This commit is contained in:
tharexde 2021-01-25 23:52:14 +01:00
commit 1ca5d3c53c
6 changed files with 450 additions and 100 deletions

View file

@ -13,6 +13,14 @@
#include "../include/em4x50.h"
void em4x50_setup_read(void);
bool get_signalproperties(void);
bool find_em4x50_tag(void);
int standard_read(int *now, uint32_t *words);
void em4x50_setup_sim(void);
void em4x50_handle_commands(int *command, uint32_t *tag);
void em4x50_info(em4x50_data_t *etd);
void em4x50_write(em4x50_data_t *etd);
void em4x50_writepwd(em4x50_data_t *etd);