2020-05-12 06:05:35 +02:00
|
|
|
#ifndef __EECONFIG_H
|
|
|
|
#define __EECONFIG_H
|
|
|
|
|
2021-01-18 07:48:18 +01:00
|
|
|
#define _EE_USE_FLASH_PAGE_OR_SECTOR (127)
|
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
|