Skalieren hieße beim Arduino dann:
Code:
x = map(x,x_min,x_max,-180,180);
y = map(y,y_min,y_max,-180,180);
???
vg Malte