em4x70: Add write pin convenience function to write and verify a new pin

This commit is contained in:
Christian Molson 2020-12-15 11:22:43 -05:00
commit dc35f79bd2
7 changed files with 118 additions and 10 deletions

View file

@ -13,6 +13,10 @@
#define EM4X70_NUM_BLOCKS 16
// Common word/block addresses
#define EM4X70_PIN_WORD_LOWER 10
#define EM4X70_PIN_WORD_UPPER 11
typedef struct {
bool parity;