Project

General

Profile

Revision 890

Changed some odometry stuff. Interrupt is called now.
Still some problem that is not updating x and y data.

View differences:

Makefile
4 4

  
5 5
# Relative path to the root directory (containing lib directory)
6 6
ifndef COLONYROOT
7
COLONYROOT = ../../..
7
COLONYROOT = ../../../..
8 8
endif
9 9

  
10 10
# Target file name (without extension).
......
14 14
USE_WIRELESS = 1
15 15

  
16 16
# com1 = serial port. Use lpt1 to connect to parallel port.
17
AVRDUDE_PORT = /dev/tty.usbserial-A4001hAG
17
AVRDUDE_PORT = /dev/ttyUSB0
18 18
#
19 19
#
20 20
###################################

Also available in: Unified diff