; ; Pulse Width Modulation Control routine. ; ; Inputs: ; ; ; ; Outputs: Control signals on PORTD ; ; Uses: ; ; ; Define our output bits for the motor ; .equ MOTOR = PORTD .equ Servo_1 = PD0 ; Motor control bits .equ Servo_2 = PD1 ; Port D(2) = external interrupt .equ Servo_3 = PD3 .equ Servo_4 = PD5 .set DDRD_INIT = DDRD_INIT | 1<