You wrote "if (pos=0)" when you meant "if (pos==0)" and "if (pos=180)" when you meant "if (pos==180)". It's a common mistake.
You wrote "if (pos=0)" when you meant "if (pos==0)" and "if (pos=180)" when you meant "if (pos==180)". It's a common mistake.