Improved BACnet Development Kit object handling and storing to SEEPROM and EEPROM. Added device property to check C-Stack size and amount unused.
This commit is contained in:
@@ -45,4 +45,11 @@
|
||||
#include "iar2gcc.h"
|
||||
#include "bits.h"
|
||||
|
||||
/* SEEPROM is 24LC128 */
|
||||
//#define SEEPROM_PAGE_SIZE 128
|
||||
//#define SEEPROM_WORD_ADDRESS_16BIT 1
|
||||
/* SEEPROM is 24C16 */
|
||||
#define SEEPROM_PAGE_SIZE 16
|
||||
#define SEEPROM_WORD_ADDRESS_16BIT 0
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user