added simple sim function for em4x50

This commit is contained in:
tharexde 2020-10-26 22:10:48 +01:00
commit 96e05d49df
5 changed files with 8 additions and 0 deletions

View file

@ -29,5 +29,6 @@ void em4x50_login(uint32_t *password);
void em4x50_reset(void);
void em4x50_watch(void);
void em4x50_restore(em4x50_data_t *etd);
void em4x50_sim(uint32_t *word);
#endif /* EM4X50_H */