You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
117B

  1. #ifndef _AVR_EEPROM_H_
  2. #define _AVR_EEPROM_H_ 1
  3. #include <stddef.h>
  4. #include <stdint.h>
  5. #define E2END 0x80
  6. #endif