Project

General

Profile

Statistics
| Revision:

root / branches / simulator / projects / simulator / libsim / eeprom.c @ 906

History | View | Annotate | Download (190 Bytes)

1
#include "eeprom.h"
2

    
3
int eeprom_put_byte(unsigned int addr, unsigned char byte)
4
{
5

    
6
}
7

    
8
int eeprom_get_byte(unsigned int addr, unsigned char *byte)
9
{
10

    
11
}
12

    
13
unsigned char get_robotid(void)
14
{
15

    
16
}
17