EM4x70 write support

This commit is contained in:
Christian Molson 2020-12-11 23:26:17 -05:00
commit 4c52fac9e1
7 changed files with 282 additions and 110 deletions

View file

@ -18,5 +18,6 @@ typedef struct {
} em4x70_tag_t;
void em4x70_info(em4x70_data_t *etd);
void em4x70_write(em4x70_data_t *etd);
#endif /* EM4x70_H */