RE: How to control servo motor using arduinoYou are viewing a single comment's thread from:How to control servo motor using arduinoView the full contextView the direct parentroutinecreator (25) in utopian-io • 7 years ago This: ``` int pos = 0; ``` or this: <code>int pos = 0;</code> will make this: int pos = 0; utopian-io