eeprom not yet working correctly
This commit is contained in:
@ -11,6 +11,8 @@
|
||||
#include "stm32f1xx_hal.h"
|
||||
|
||||
|
||||
#define STORAGE_ADDRESS 0x10
|
||||
|
||||
void eepromWrite(uint16_t addr, uint8_t *buf, uint8_t len);
|
||||
void eepromRead(uint16_t addr, uint8_t *buf, uint8_t len);
|
||||
|
||||
|
Reference in New Issue
Block a user