Project

General

Profile

Revision 942

Simulator library compiles but doesn't do anything.

View differences:

eeprom.c
1 1
#include "eeprom.h"
2
#include "util.h"
2 3

  
3 4
int eeprom_put_byte(unsigned int addr, unsigned char byte)
4 5
{
5 6
	UNIMPLEMENTED
7
	return -1;
6 8
}
7 9

  
8 10
int eeprom_get_byte(unsigned int addr, unsigned char *byte)
9 11
{
10 12
	UNIMPLEMENTED
13
	return -1;
11 14
}
12 15

  
13 16
unsigned char get_robotid(void)
14 17
{
15 18
	UNIMPLEMENTED
19
	return 0;
16 20
}
17 21

  

Also available in: Unified diff