]> git.tdb.fi Git - model-railway-devices.git/blob - firmware/eeprom.h
Support multiple timers (currently 0 and 1)
[model-railway-devices.git] / firmware / eeprom.h
1 /* $Id$
2
3 This file is part of the MSP Märklin suite
4 Copyright © 2010  Mikkosoft Productions, Mikko Rasa
5 Distributed under the GPL
6 */
7
8 #ifndef EEPROM_H_
9 #define EEPROM_H_
10
11 void eeprom_write(uint16_t, uint8_t);
12 uint8_t eeprom_read(uint16_t);
13
14 #endif