Implement raw EEPROM read and write functionality

This commit is contained in:
2024-09-20 16:56:29 +02:00
parent 171e827ab5
commit 29b0ace897
4 changed files with 93 additions and 21 deletions

View File

@@ -4,7 +4,7 @@
#include "common/math.h"
#include "common/types.h"
#include "common/watchdog.h"
#include "common/eeprom.h"
#include "common/memory.h"
#include <stddef.h>
#include <stdarg.h>