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

@ -11,8 +11,14 @@
#ifndef EM4X70_H__
#define EM4X70_H__
#define EM4X70_NUM_BLOCKS 16
typedef struct {
bool parity;
// Used for writing address
uint8_t address;
uint16_t word;
} em4x70_data_t;
#endif /* EM4X70_H__ */