|
Re: Axes in Default Code?
thx for the clarification
i wonder if that is safe? i mean, what if i connected something to PWM05?
maybe the single joystick control code should default to:
p1_x_unmodified = p1_x;
p1_x = 255 - p1_y;
p1_y = 255 - p1_x_unmodified;
eh?
|