2020-05-12 06:05:35 +02:00
|
|
|
#ifndef __EECONFIG_H
|
|
|
|
#define __EECONFIG_H
|
|
|
|
|
2023-04-03 10:56:32 +02:00
|
|
|
#define _EE_USE_FLASH_PAGE_OR_SECTOR (31)
|
2020-05-12 06:05:35 +02:00
|
|
|
#define _EE_USE_RAM_BYTE (1024)
|
|
|
|
#define _EE_VOLTAGE FLASH_VOLTAGE_RANGE_3 // use in some devices
|
|
|
|
#endif
|