Skip to content
Snippets Groups Projects
ram.c 104 B
#include "ram.h"

uint8_t ram_data[256];

void ram_init(void)
{
  // read contents from EEPROM to RAM
}