added write and write_password functions

This commit is contained in:
tharexde 2020-06-16 23:24:44 +02:00
parent b1b6f0d8b7
commit f930e78650

View file

@ -18,5 +18,7 @@ typedef struct {
} em4x50_tag_t;
void em4x50_info(em4x50_data_t *etd);
void em4x50_write(em4x50_data_t *etd);
void em4x50_write_password(em4x50_data_t *etd);
#endif /* EM4X50_H */