EEE4STM32/eeConfig.h
Nima Askari (نیما عسکری) d1ecc316e8
ADD g030, g050, g070
2023-04-03 12:26:32 +03:30

8 lines
271 B
C

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