From: hackbard Date: Sun, 18 Mar 2007 18:05:04 +0000 (+0000) Subject: fixed motor ctrl via uart X-Git-Url: https://hackdaworld.org/gitweb/?p=my-code%2Fatmel.git;a=commitdiff_plain;h=7ab0e40c8befe5650c4b859125a6f2b4ea6d2ddf fixed motor ctrl via uart --- diff --git a/hdw-tank/motor.asm b/hdw-tank/motor.asm index 3339c99..9e59e26 100644 --- a/hdw-tank/motor.asm +++ b/hdw-tank/motor.asm @@ -1,24 +1,24 @@ ; motor functions -.equ MOT_DIR_L = 0x02 -.equ MOT_DIR_R = 0x03 -.equ MOT_PWR_L = 0x04 -.equ MOT_PWR_R = 0x07 +.equ MOT_1_1 = 0x04 +.equ MOT_1_2 = 0x02 +.equ MOT_2_1 = 0x07 +.equ MOT_2_2 = 0x03 MOTOR_INIT: ; ports -> output in tmp1,DDRB - sbr tmp1,(1<