Refactor dds into dds and fgen
driver module started
This commit is contained in:
@@ -8,6 +8,11 @@
|
||||
#ifndef EEPROM_H_
|
||||
#define EEPROM_H_
|
||||
|
||||
#define EE_BUFFER_SIZE (8) //size of buffer for send/receive 4-byte words
|
||||
#define EE_BYTES_PER_WORD (4)
|
||||
|
||||
#define EE_HEADER_NUM_BYTES (3) //number of bytes in m95512 header - instruction, addrH, addrL
|
||||
|
||||
/*
|
||||
* CAUTION: avoid writing across a 128 byte page boundary! This will cause rollover per the datasheet section 6.6
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user