#ifndef __EECONFIG_H #define __EECONFIG_H #define _EE_USE_FLASH_PAGE_OR_SECTOR (127) #define _EE_USE_RAM_BYTE (1024) #define _EE_VOLTAGE FLASH_VOLTAGE_RANGE_3 // use in some devices #endif