Project

General

Profile

Revision 1421

Added by John Sexton over 14 years ago

Lowered the initial wait time for the target bot.

View differences:

trunk/code/projects/targetPractice/targetBot/main.c
3 3
int main(void)
4 4
{
5 5

  
6
	/* initialize components, set wireless channel */
7 6
	dragonfly_init(ALL_ON);
8 7
	
9 8
	int i, j, max = -1;
10 9
	int vals[16];
11 10

  
12 11
	orbs_set_color(RED, RED);
13
	delay_ms(5000);
12
	delay_ms(2000);
14 13
	orbs_set_color(GREEN, GREEN);
15 14

  
16 15
	while (1) {

Also available in: Unified diff