eeprom.h dla ATmega88

Loading thread data ...
Reply to
Bogdan Gutknecht

Bogdan Gutknecht napisał/a:

gdy przenosiłem program z atmega8 na atmega88 użyłem makr:

#define eeprom_rb(addr) eeprom_read_byte((uint8_t *)(addr)) #define eeprom_rw(addr) eeprom_read_word((uint16_t *)(addr)) #define eeprom_wb(addr,val) eeprom_write_byte((uint8_t *)(addr), (uint8_t)(val))

i wszystko smigało

Reply to
czerstwy

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.