added file upload for sim function

This commit is contained in:
tharexde 2020-10-27 00:53:50 +01:00
commit e63a40e5b6
4 changed files with 86 additions and 27 deletions

View file

@ -29,6 +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);
void em4x50_sim(em4x50_data_t *etd);
#endif /* EM4X50_H */