EEE4STM32/eeConfig.h
Nima Askari ----- نیما عسکری f2624dd856
Add L4
2021-01-18 10:18:18 +03:30

8 lines
272 B
C

#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