#ifndef MAD_CORE_COMMON_MEMORY_H #define MAD_CORE_COMMON_MEMORY_H #define M_TEMPERATURE 0 #define M_DEWPOINT 1 void MEM_Init(void); void MEM_Write(word temp, word dewp); void MEM_Read(word *temp, word *dewp); void MEM_Free(void); void MEM_Dump(void); #endif // MAD_CORE_COMMON_MEMORY_H