EEE4STM32/eeConfig.h
Nima Askari ----- نیما عسکری ccb49ab9bf
V 2.0.0
2020-05-12 08:35:35 +04:30

8 lines
271 B
C

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