/* $Id$ This file is part of R²C² Copyright © 2010 Mikkosoft Productions, Mikko Rasa Distributed under the GPL */ #ifndef EEPROM_H_ #define EEPROM_H_ void eeprom_write(uint16_t, uint8_t); uint8_t eeprom_read(uint16_t); #endif