Project

General

Profile

Revision 1244

Added interactive dump modes
Changed RBOM detector number and names

View differences:

hardware_rbom.c
22 22
	}
23 23
}
24 24

  
25
uint16_t rbom_read (uint8_t value)
25
void rbom_read (uint16_t *top, uint16_t *left, uint16_t *right)
26 26
{
27 27
	usb_puts ("# Reading RBOM" NL);
28 28
	// FIXME implement
29 29
	
30
	return 0;
30
	*top=0;
31
	*left=0;
32
	*right=0;
31 33
}
32 34

  
33 35
void rbom_update (void)

Also available in: Unified diff