For EEPROM read and write function
This commit is contained in:
9
inc/eeprom_rw.h
Normal file
9
inc/eeprom_rw.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef _EEPROM_RW_
|
||||
#define _EEPROM_RW_
|
||||
|
||||
#include "stdint.h"
|
||||
|
||||
void eeprom_write(uint8_t addr, uint8_t data);
|
||||
uint8_t eeprom_read(uint8_t addr);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user