Project

General

Profile

Revision 267

Added by Brad Neuman over 16 years ago

fixed robot debug part

View differences:

branches/autonomous_recharging/code/projects/autonomous_recharging/archs/Robot Debug/main.c
10 10
	dragonfly_init(ALL_ON);
11 11
	i2c_init(1, NULL, recv, NULL);
12 12
	
13
	usb_puts("init'd everything.\n");
13
	usb_puts("init'd everything.\r\n");
14 14
	
15 15
	while(1);
16
	}
16
}
17
	
branches/autonomous_recharging/code/projects/autonomous_recharging/archs/Robot Debug/Makefile
17 17
 USE_WIRELESS = 1
18 18

  
19 19
# com1 = serial port. Use lpt1 to connect to parallel port.
20
AVRDUDE_PORT = /dev/ttyUSB1
20
AVRDUDE_PORT = com4 #/dev/ttyUSB1
21 21
#
22 22
#
23 23
###################################

Also available in: Unified diff