eeprom(外国英文资料).docVIP

  • 8
  • 0
  • 约2.83万字
  • 约 7页
  • 2017-07-06 发布于河南
  • 举报
eeprom(外国英文资料)

eeprom Using E2PROM in 5.4.1 high-level language The use of E2PROM in high-level languages requires reference and the way in which the language environment is used. 1. use E2PROM in ICCAVR The easy way to use EEPROM_READ (addr, DST) in ICCAVR is to directly use the universal functions and macros provided by ICCAVR, including the eeprom.h header file before use: #include eeprom.h In eeprom.h, ICCAVR provides two general-purpose functions and macros for E2PROM operations: Void EEPROMReadBytes (int, addr, void, *ptr, int, size); Void EEPROMWriteBytes (int, addr, void, *ptr, int, size); #define,

文档评论(0)

1亿VIP精品文档

相关文档